Harden VERIFRAX current chain bundle replay bindings #552
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |