Skip to content

Commit

Permalink
CIV-244 Remove provenance option
Browse files Browse the repository at this point in the history
  • Loading branch information
timdittler committed Apr 2, 2024
1 parent fee9c06 commit 98c0f4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/template_gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
docker-build-target:
required: false
type: string
docker-build-provenance:
required: false
type: string
default: 'false'
docker-file:
required: false
type: string
Expand Down Expand Up @@ -69,7 +65,6 @@ jobs:
docker-build-args: |
${{ inputs.docker-build-args }}
GONOSUMDB=${{ secrets.gonosumdb }}
docker-build-provenance: ${{ inputs.docker-build-provenance }}
docker-build-secrets: ${{ secrets.docker-build-secrets }}
docker-build-secret-files: ${{ secrets.docker-build-secret-files }}
docker-build-target: ${{ inputs.docker-build-target }}
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ jobs:
# optional: list of build-time variables
docker-build-args: |
"any important args"
# optional: generate provenance attestation for the build, default: false
docker-build-provenance: "mode=min,inline-only=true"
# optional: set the target stage to build
docker-build-target: "any target"
# optional: path to the Dockerfile, default: ./Dockerfile
Expand Down

0 comments on commit 98c0f4e

Please sign in to comment.