Created
June 12, 2018 23:06
-
-
Save omarkurt/5511026bf9a8a1000582d5c7a2084b0e to your computer and use it in GitHub Desktop.
gas.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# go get -u github.com/GoASTScanner/gas | |
gas -fmt=json -out=html.json -include=G101,G102,G103,G104,G105,G106,G201,G202,G203,G204,G301,G302,G303,G304,G401,G402,G403,G404,G501,G502,G503,G504 ./... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment