rename internal action (phase 2) (#19)
Signed-off-by: Brian DeHamer <[email protected]>
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ runs:
|
|||||||
path: ${{ inputs.scan-path }}
|
path: ${{ inputs.scan-path }}
|
||||||
output-file: ${{ steps.sbom-output.outputs.path }}
|
output-file: ${{ steps.sbom-output.outputs.path }}
|
||||||
format: ${{ steps.check-sbom-format.outputs.format }}
|
format: ${{ steps.check-sbom-format.outputs.format }}
|
||||||
- uses: actions/attest-sbom/generate-sbom-predicate@main
|
- uses: actions/attest-sbom/predicate@main
|
||||||
id: generate-sbom-predicate
|
id: generate-sbom-predicate
|
||||||
with:
|
with:
|
||||||
sbom-path: ${{ inputs.sbom-path || steps.sbom-output.outputs.path }}
|
sbom-path: ${{ inputs.sbom-path || steps.sbom-output.outputs.path }}
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
name: 'Generate SBOM Predicate'
|
|
||||||
description: 'Generate SBOM predicate'
|
|
||||||
author: 'GitHub'
|
|
||||||
|
|
||||||
inputs:
|
|
||||||
sbom-path:
|
|
||||||
description: >
|
|
||||||
Path to the SBOM file to generate sbom statement
|
|
||||||
required: false
|
|
||||||
outputs:
|
|
||||||
predicate-path:
|
|
||||||
description: >
|
|
||||||
The path to the JSON-serialized of the attestation predicate
|
|
||||||
predicate-type:
|
|
||||||
description: >
|
|
||||||
URI identifying the type of the predicate.
|
|
||||||
runs:
|
|
||||||
using: node20
|
|
||||||
main: ../dist/index.js
|
|
||||||
Reference in New Issue
Block a user