1
0
mirror of https://github.com/Luzifer/mqttcli.git synced 2024-09-18 23:42:58 +00:00
mqttcli/Makefile

17 lines
357 B
Makefile
Raw Permalink Normal View History

publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh
# -- Vulnerability scanning --
trivy:
trivy fs . \
--dependency-tree \
--exit-code 1 \
--format table \
--ignore-unfixed \
--quiet \
--scanners config,license,secret,vuln \
--severity HIGH,CRITICAL \
--skip-dirs docs