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 Nov 3, 2023
1 parent 4de5a8d commit 1b6e916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/intoto-kccncna2023-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ jobs:
id: sign-report
uses: in-toto/scai-demos/.github/actions/scai-gen-sigstore@main
with:
statement-file: ${{ steps.gen-sbom-slsa-report.outputs.report-name }}
attestation-name: ${{ steps.gen-sbom-slsa-report.outputs.report-name }}.sig
statement-name: ${{ steps.gen-sbom-slsa-report.inputs.report-name }}
attestation-name: sig.${{ steps.gen-sbom-slsa-report.inputs.report-name }}

0 comments on commit 1b6e916

Please sign in to comment.