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
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -590,6 +590,7 @@ Following inputs can be used as `step.with` keys:
590
590
|`trivy-config`| String || Path to trivy.yaml config |
591
591
|`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 |
592
592
|`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**|
593
+
|`docker-host`| String || By default it is set to `unix://var/run/docker.sock`, but can be updated to help with containerized infrastructure values |
593
594
594
595
### Environment variables
595
596
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