add working directory to entrypoint
All checks were successful
Gosec Check / Gosec Check (push) Successful in 1m12s

This commit is contained in:
Shane C 2024-09-06 17:56:43 -04:00
parent c7ad8ae323
commit 022612414d
Signed by: shanec
GPG key ID: E46B5FEA35B22FF9

View file

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