update reference to sub-action (#14)
Signed-off-by: Brian DeHamer <[email protected]>
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ runs:
|
|||||||
path: ${{inputs.scan-path}}
|
path: ${{inputs.scan-path}}
|
||||||
output-file: ${{env.SBOM_FILENAME}}
|
output-file: ${{env.SBOM_FILENAME}}
|
||||||
format: ${{env.SBOM_FORMAT}}
|
format: ${{env.SBOM_FORMAT}}
|
||||||
- uses: actions/attest-sbom/generate-sbom-predicate@readme
|
- uses: actions/attest-sbom/generate-sbom-predicate@main
|
||||||
id: generate-sbom-predicate
|
id: generate-sbom-predicate
|
||||||
with:
|
with:
|
||||||
sbom-path: ${{ inputs.sbom-path || env.SBOM_FILENAME }}
|
sbom-path: ${{ inputs.sbom-path || env.SBOM_FILENAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user