Skip to content

Commit

Permalink
Fix assertion file names
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Melara <[email protected]>
  • Loading branch information
marcelamelara committed Oct 30, 2023
1 parent d5b1db0 commit 9385694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-swsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
attribute: "HasSBOM"
evidence-file: "pdo_client_wawaka.spdx.json"
evidence-type: "application/json"
assertion-name: "hassbom-assertion.json"

- name: Generate SLSA Provenance SCAI AttributeAssertion
id: gen-slsa-assert
Expand All @@ -95,6 +96,7 @@ jobs:
attribute: "HasSLSA"
evidence-file: "${{ needs.provenance.outputs.provenance-name }}"
evidence-type: "application/vnd.in-toto.provenance+dsse"
assertion-name: "hasslsa-assertion.json"

- name: Generate container image subject ResourceDescriptor
id: gen-container-img-rd
Expand Down

0 comments on commit 9385694

Please sign in to comment.