1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-17 23:24:22 +00:00
nginx-sso/Makefile
Knut Ahlers 6eb40a044a
[ci] Switch to Github Actions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-07-29 13:43:49 +02:00

16 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