add working directory to entrypoint
All checks were successful
Gosec Check / Gosec Check (push) Successful in 1m12s
All checks were successful
Gosec Check / Gosec Check (push) Successful in 1m12s
This commit is contained in:
parent
c7ad8ae323
commit
022612414d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue