glaringattain/Golang Vulncheck

Performs vulnerability scan using govulncheck and afterwards uploads it as Sarif Report to Github

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
packageThe package you want to scan, by default will be ./...no./...
working-directoryThe working directory, from where the scan should start, by default will be github.workspaceno${{ github.workspace }}
go-versionCan be any Tag for the golang docker image, but should ideally match your runtime go version. By default 1.21.4 is assumedno1.21.4
vulncheck-versionVersion of govulncheck that should be used, by default v1.1.3nov1.1.3
github-tokenGithub App token to upload sarif report. Needs write permissions for security_events. By default it will use 'github.token' valueno${{ github.token }}
fail-on-vulnThis allows you to specify if the action should fail on encountering any vulnerability, by default it will notnofalse
skip-uploadThis flag allows you to skip the sarif upload, it will be instead written to disknofalse

no outputs