Skip to content

Commit

Permalink
Update witness install dir
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <john@testifysec.com>
  • Loading branch information
jkjell committed Nov 14, 2024
1 parent 3a225d2 commit faa77b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
uses: testifysec/witness-run-action@5f0d4d4b85d205ade1147258148e6d9751bbcb91 # v0.2.0
with:
version: 0.6.0
witness-install-dir: /usr/local/bin
step: build-image
attestations: "git github environment oci slsa"
enable-sigstore: false
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/witness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
uses: testifysec/witness-run-action@5f0d4d4b85d205ade1147258148e6d9751bbcb91 # v0.2.2
with:
version: 0.6.0
witness-install-dir: /usr/local/bin
archivista-server: ${{ inputs.archivista-server }}
step: pre-${{ inputs.step }}
attestations: ${{ inputs.pre-command-attestations }}
Expand All @@ -88,6 +89,7 @@ jobs:
uses: testifysec/witness-run-action@5f0d4d4b85d205ade1147258148e6d9751bbcb91 # v0.2.2
with:
version: 0.6.0
witness-install-dir: /usr/local/bin
archivista-server: ${{ inputs.archivista-server }}
step: ${{ inputs.step }}
attestations: ${{ inputs.attestations }}
Expand Down

0 comments on commit faa77b6

Please # to comment.