goscan/entrypoint.sh
Shane C 1e26732044
All checks were successful
Gosec Check / Gosec Check (push) Successful in 25s
debugging
2024-09-07 15:57:15 -04:00

6 lines
No EOL
209 B
Bash

#!/bin/sh
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b /usr/local/bin
# gosec -r -no-fail -fmt sarif -out output.sarif "$PWD"
/goscan --is-action
cat output.sarif