Skip to content

Instantly share code, notes, and snippets.

@jcdan3
Last active January 8, 2022 05:56
Show Gist options
  • Save jcdan3/6e2b663d01cba4d95a9fe637bc8a34f0 to your computer and use it in GitHub Desktop.
Save jcdan3/6e2b663d01cba4d95a9fe637bc8a34f0 to your computer and use it in GitHub Desktop.
go install github.com/securego/gosec/v2/cmd/gosec@latest
git clone https://github.com/kubernetes/kubernetes.git
cd kubernetes
gosec -fmt=text -out=results.txt ./...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment