Skip to content

Commit

Permalink
Fix bash input bug
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Melara <[email protected]>
  • Loading branch information
marcelamelara committed May 28, 2024
1 parent e276c58 commit 439c2af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/attest-ref-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- name: Install scai-gen CLI tools
shell: bash
run: |
ls $GITHUB_WORKSPACE
go install github.com/in-toto/scai-demos/scai-gen@latest
- name: Generate initrd SLSA AttributeAssertion
Expand All @@ -33,7 +32,7 @@ jobs:
attribute: "RefValue: initrd-6.5.0-1015-azure.img"
download-evidence: false
evidence-file: "examples/initrd-6.5.0-1015-azure.img.sigstore.json"
evidence-type: "application/vnd.dev.sigstore.bundle+json;version=0.2"
evidence-type: "application/vnd.dev.sigstore.bundle"
assertion-name: "refvalue-initrd-assertion.json"

- name: Generate PCR ref value SCAI AttributeAssertion
Expand All @@ -60,4 +59,4 @@ jobs:
with:
statement-name: ref-values.scai.json
statement-path: $GITHUB_WORKSPACE/temp
attestation-name: sig.ref-values.scai.json
attestation-name: sig.ref-values.scai.json

0 comments on commit 439c2af

Please sign in to comment.