From 2b7ac0ae45fc1852e275fb7de3bf8c60d31aee2e Mon Sep 17 00:00:00 2001 From: Eugene <108841108+ejahnGithub@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:01:57 -0800 Subject: [PATCH] Update action.yml (#8) --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 97491e6..3e17fe9 100644 --- a/action.yml +++ b/action.yml @@ -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 }} \ No newline at end of file + predicate-path: ${{ steps.generate-sbom-statement.outputs.predicate-path }}