Skip to content

Commit 78a6ff6

Browse files
committed
Disable provenance by default
1 parent b834d5c commit 78a6ff6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)