Skip to content

Add replay bundle for artifact-0005 #566

Add replay bundle for artifact-0005

Add replay bundle for artifact-0005 #566

Workflow file for this run

name: action-selftest
on:
pull_request:
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Run VERIFRAX action (audit)
uses: ./
with:
surface_path: fixtures/surfaces/minimal.surface.json
policy_path: policy/example.v1.json
sbom_path: "fixtures/sbom/minimal.cdx.json"
provenance_path: ""
sigstore_bundle_path: ""
mode: audit
out_path: verifrax.seal.json
- name: Show output
run: |
test -f verifrax.seal.json
head -c 200 verifrax.seal.json || true