You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ignore-policy`| String || Filter vulnerabilities with OPA rego language |
842
-
|`hide-progress`| String |`false`| Suppress progress bar and log output |
843
-
|`list-all-pkgs`| String || Output all packages regardless of vulnerability |
844
-
|`scanners`| String |`vuln,secret`| comma-separated list of what security issues to detect (`vuln`,`secret`,`misconfig`,`license`) |
845
-
|`trivyignores`| String || comma-separated list of relative paths in repository to one or more `.trivyignore` files |
846
-
|`trivy-config`| String || Path to trivy.yaml config |
847
-
|`github-pat`| String || Authentication token to enable sending SBOM scan results to GitHub Dependency Graph. Can be either a GitHub Personal Access Token (PAT) or GITHUB_TOKEN |
848
-
|`limit-severities-for-sarif`| Boolean | false | By default *SARIF* format enforces output of all vulnerabilities regardless of configured severities. To override this behavior set this parameter to **true**|
849
-
|`docker-host`| String || By default it is set to `unix://var/run/docker.sock`, but can be updated to help with containerized infrastructure values |
850
-
|`version`| String |`v0.60.0`| Trivy version to use, e.g. `latest` or `v0.60.0`|
851
-
|`skip-setup-trivy`| Boolean | false | Skip calling the `setup-trivy` action to install `trivy`|
852
-
|`token-setup-trivy`| Boolean || Overwrite `github.token` used by `setup-trivy` to checkout the `trivy` repository |
|`ignore-policy`| String || Filter vulnerabilities with OPA rego language |
842
+
|`hide-progress`| String |`false`| Suppress progress bar and log output |
843
+
|`list-all-pkgs`| String || Output all packages regardless of vulnerability |
844
+
|`scanners`| String |`vuln,secret`| comma-separated list of what security issues to detect (`vuln`,`secret`,`misconfig`,`license`) |
845
+
|`trivyignores`| String || comma-separated list of relative paths in repository to one or more `.trivyignore` files |
846
+
|`trivy-config`| String || Path to trivy.yaml config |
847
+
|`github-pat`| String || Authentication token to enable sending SBOM scan results to GitHub Dependency Graph. Can be either a GitHub Personal Access Token (PAT) or GITHUB_TOKEN |
848
+
|`limit-severities-for-sarif`| Boolean | false | By default *SARIF* format enforces output of all vulnerabilities regardless of configured severities. To override this behavior set this parameter to **true**|
849
+
|`docker-host`| String || By default it is set to `unix://var/run/docker.sock`, but can be updated to help with containerized infrastructure values (`unix:/` or other prefix is required)|
850
+
|`version`| String |`v0.60.0`| Trivy version to use, e.g. `latest` or `v0.60.0`|
851
+
|`skip-setup-trivy`| Boolean | false | Skip calling the `setup-trivy` action to install `trivy`|
852
+
|`token-setup-trivy`| Boolean || Overwrite `github.token` used by `setup-trivy` to checkout the `trivy` repository |
853
853
854
854
### Environment variables
855
855
You can use [Trivy environment variables][trivy-env] to set the necessary options (including flags that are not supported by [Inputs](#inputs), such as `--secret-config`).
0 commit comments