Skip to content

Commit

Permalink
Set provenance as always false
Browse files Browse the repository at this point in the history
  • Loading branch information
timdittler committed Apr 2, 2024
1 parent 3c6b393 commit 7409951
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
| `docker-build-secrets` | List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) | |
| `docker-build-secret-files` | List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) | |
| `docker-build-target` | Sets the target stage to build like: "runtime" | |
| `docker-build-provenance` | Generate [provenance](https://docs.docker.com/build/attestations/slsa-provenance/) attestation for the build | `mode=min,inline-only=true` |
| `gitops-organization` | GitHub Organization for GitOps | `Staffbase` |
| `gitops-repository` | GitHub Repository for GitOps | `mops` |
| `gitops-user` | GitHub User for GitOps | `Staffbot` |
Expand Down
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ inputs:
docker-build-target:
description: "Sets the target stage to build"
required: false
docker-build-provenance:
description: "Generate provenance attestation for the build"
required: false
default: 'mode=min,inline-only=true'
gitops-organization:
description: 'GitHub Organization for GitOps'
required: true
Expand Down Expand Up @@ -144,7 +140,7 @@ runs:
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: ${{ inputs.docker-build-provenance }}
provenance: false

- name: Checkout GitOps Repository
if: inputs.gitops-token != ''
Expand Down

0 comments on commit 7409951

Please sign in to comment.