We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31eab42 commit e622ea9Copy full SHA for e622ea9
README.md
@@ -49,6 +49,7 @@ jobs:
49
- `trivy-summary-enabled` (boolean, default `false`) - Render a table of all the Trivy findings in the GitHub summary for the workflow.
50
- `trivy-sbom-enabled` (boolean, default `false`) - Generate an SBOM of your dependencies and submit them to GitHub Dependency Graph.
51
- `build-args` (string, default `""`) - Newline separated list of build arguments to pass to the Docker build.
52
+- `secrets` (string, default `""`) - secrets to use inside docker-build separated by newlines. ref: https://docs.docker.com/build/ci/github-actions/secrets/
53
54
### Secrets
55
- `git-ssh-key` - SSH key used by Git to checkout the repository.
0 commit comments