Skip to content

Commit

Permalink
Fix signed attestation name
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Melara <[email protected]>
  • Loading branch information
marcelamelara committed Mar 22, 2024
1 parent 9a1eb09 commit 1e06f71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/intoto-kccncna2023-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,6 @@ jobs:
id: sign-report
uses: in-toto/scai-demos/.github/actions/scai-gen-sigstore@main
with:
statement-name: ${{ steps.gen-sbom-slsa-report.inputs.report-name }}
attestation-name: sig.${{ steps.gen-sbom-slsa-report.inputs.report-name }}
statement-name: evidence-collection.scai.json
statement-path: $GITHUB_WORKSPACE/temp
attestation-name: sig.evidence-collection.scai.json

0 comments on commit 1e06f71

Please sign in to comment.