From 429e2ac7fe7dbf02cdc94031443044023d6aef3d Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Fri, 31 May 2024 10:07:45 -0700 Subject: [PATCH] skip attestation store Signed-off-by: Brian DeHamer --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f22047e..f0e1e0b 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,7 @@ runs: id: generate-sbom-predicate with: sbom-path: ${{ inputs.sbom-path || steps.sbom-output.outputs.path }} - - uses: actions/attest@12c083815ed46d5d78222e3824f4a26c42c234d3 # v1.1.2 + - uses: actions/attest@bdehamer/skip-attestation-store id: attest with: subject-path: ${{ inputs.subject-path }}