Skip to content

Commit 4930499

Browse files
authored
Merge pull request #83 from Staffbase/provenance2
2 parents 3c6b393 + 7409951 commit 4930499

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ 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` |
120119
| `gitops-organization` | GitHub Organization for GitOps | `Staffbase` |
121120
| `gitops-repository` | GitHub Repository for GitOps | `mops` |
122121
| `gitops-user` | GitHub User for GitOps | `Staffbot` |

action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ inputs:
3232
docker-build-target:
3333
description: "Sets the target stage to build"
3434
required: false
35-
docker-build-provenance:
36-
description: "Generate provenance attestation for the build"
37-
required: false
38-
default: 'mode=min,inline-only=true'
3935
gitops-organization:
4036
description: 'GitHub Organization for GitOps'
4137
required: true
@@ -144,7 +140,7 @@ runs:
144140
platforms: linux/amd64
145141
cache-from: type=gha
146142
cache-to: type=gha,mode=max
147-
provenance: ${{ inputs.docker-build-provenance }}
143+
provenance: false
148144

149145
- name: Checkout GitOps Repository
150146
if: inputs.gitops-token != ''

0 commit comments

Comments
 (0)