2024-09-06 15:03:37 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b /usr/local/bin
|
2024-09-06 22:56:43 +01:00
|
|
|
gosec -r -no-fail -fmt sarif -out output.sarif "$PWD"
|
2024-09-06 20:08:36 +01:00
|
|
|
/goscan --is-action
|