1
0
mirror of https://github.com/Luzifer/mqttcli.git synced 2024-09-16 14:38:28 +00:00
mqttcli/Makefile
Knut Ahlers 6739681716
CI: Replace repo-runner CI
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-09-30 13:44:44 +02:00

17 lines
357 B
Makefile

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