File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116| `docker-build-secrets` | List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) | |
117117| `docker-build-secret-files` | List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) | |
118118| `docker-build-target` | Sets the target stage to build like : " runtime" | |
119- | `docker-build-provenance` | Generate [provenance](https://docs.docker.com/build/attestations/slsa-provenance/) attestation for the build | `mode=min,inline-only=true` |
119+ | `docker-build-provenance` | Generate [provenance](https://docs.docker.com/build/attestations/slsa-provenance/) attestation for the build | `false` |
120120| `gitops-organization` | GitHub Organization for GitOps | `Staffbase` |
121121| `gitops-repository` | GitHub Repository for GitOps | `mops` |
122122| `gitops-user` | GitHub User for GitOps | `Staffbot` |
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ inputs:
3535 docker-build-provenance :
3636 description : " Generate provenance attestation for the build"
3737 required : false
38- default : ' mode=min,inline-only=true '
38+ default : ' false '
3939 gitops-organization :
4040 description : ' GitHub Organization for GitOps'
4141 required : true
You can’t perform that action at this time.
0 commit comments