Skip to content

Instantly share code, notes, and snippets.

@omarkurt
Created June 12, 2018 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omarkurt/5511026bf9a8a1000582d5c7a2084b0e to your computer and use it in GitHub Desktop.
Save omarkurt/5511026bf9a8a1000582d5c7a2084b0e to your computer and use it in GitHub Desktop.
gas.sh
#!/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