5 lines
No EOL
174 B
Bash
5 lines
No EOL
174 B
Bash
#!/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 ./...
|
|
/goscan |