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-07 02:25:47 +01:00
|
|
|
# gosec -r -no-fail -fmt sarif -out output.sarif "$PWD"
|
2024-09-07 03:10:28 +01:00
|
|
|
/goscan --is-action
|
2024-09-07 20:57:15 +01:00
|
|
|
cat output.sarif
|