We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2267c commit 3d6693dCopy full SHA for 3d6693d
action.yml
@@ -52,8 +52,8 @@ runs:
52
- uses: actions/attest-sbom/predicate@534423496eab34674190bc45fdacbb8b1198e07f # [email protected]
53
id: generate-sbom-predicate
54
with:
55
- sbom-path: ${{ inputs.sbom-path || steps.sbom-output.outputs.path }}
56
- - uses: actions/attest@0fdba851bc306a96f085a0acd31cf892a7e14f2d # v1.3.1
+ sbom-path: ${{ inputs.sbom-path }}
+ - uses: actions/attest@8afbcf6e5e31a04f9ef7ca7ee40a0d91e263da5a # v1.3.2
57
id: attest
58
59
subject-path: ${{ inputs.subject-path }}
0 commit comments