step-security/step-security Trivy installer
Install Trivy binary from release page
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Trivy version to install | no | latest |
| path | Path 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 | "" |
| cache | Used to specify whether caching is needed. Set to false, if you would like to disable caching. | no | false |
| token | Access 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-url | The base URL for the GitHub instance to clone aquasecurity/trivy from. Defaults to public https://github.com | no | https://github.com |
Outputs
no outputs