goscan/entrypoint.sh
Shane C 022612414d
All checks were successful
Gosec Check / Gosec Check (push) Successful in 1m12s
add working directory to entrypoint
2024-09-06 17:56:43 -04:00

5 lines
No EOL
190 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