From 1e06f71b6fbf16ffc4ea9325fd1bdf82e4e2fb83 Mon Sep 17 00:00:00 2001 From: Marcela Melara Date: Thu, 2 Nov 2023 18:27:32 -0700 Subject: [PATCH] Fix signed attestation name Signed-off-by: Marcela Melara --- .github/workflows/intoto-kccncna2023-demo.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/intoto-kccncna2023-demo.yml b/.github/workflows/intoto-kccncna2023-demo.yml index f7a14e12..91af18fe 100644 --- a/.github/workflows/intoto-kccncna2023-demo.yml +++ b/.github/workflows/intoto-kccncna2023-demo.yml @@ -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