Update action.yml (#8)
This commit is contained in:
+2
-2
@@ -80,7 +80,7 @@ runs:
|
||||
output-file: ${{env.SBOM_FILENAME}}
|
||||
format: ${{env.SBOM_FORMAT}}
|
||||
config: ${{inputs.config}}
|
||||
- uses: ./generate-sbom-statement
|
||||
- uses: actions/attest-sbom/generate-sbom-statement@main
|
||||
id: generate-sbom-statement
|
||||
with:
|
||||
github-token: ${{ inputs.github-token }}
|
||||
@@ -98,4 +98,4 @@ runs:
|
||||
subject-name: ${{ inputs.subject-name }}
|
||||
push-to-registry: ${{ inputs.push-to-registry }}
|
||||
predicate-type: ${{ steps.generate-sbom-statement.outputs.predicate-type }}
|
||||
predicate-path: ${{ steps.generate-sbom-statement.outputs.predicate-path }}
|
||||
predicate-path: ${{ steps.generate-sbom-statement.outputs.predicate-path }}
|
||||
|
||||
Reference in New Issue
Block a user