step-security/step-security Trivy installer

Install Trivy binary from release page

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionTrivy version to installnolatest
pathPath in runner to install Trivy. Trivy will be installed in "<path>/trivy-bin" dir ("$HOME/.local/bin/trivy-bin" by default). Must be a literal path: shell variables (e.g. $HOME, $RUNNER_TEMP) and "~" are NOT expanded. Use a GitHub expression that is resolved before the step runs, or a relative path like "./bins". no""
cacheUsed to specify whether caching is needed. Set to false, if you would like to disable caching.nofalse
tokenAccess token used to check out the Trivy repository. The token is required when using GitHub Enterprise Server (GHES). https://github.com/actions/create-github-app-token can be used to obtain such a token. The token should be limited to read access only for public repositories. See more details in https://github.com/step-security/setup-trivy/issues/10 no${{ github.token }}
github-server-urlThe base URL for the GitHub instance to clone aquasecurity/trivy from. Defaults to public https://github.comnohttps://github.com

no outputs