From 0733284b34e31e9fd66331a25b45435f4d62f99d Mon Sep 17 00:00:00 2001 From: jjpkkkl <149959257+jjpkkkl@users.noreply.github.com> Date: Tue, 14 May 2024 05:15:46 -0500 Subject: [PATCH] Install.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 9b84b86..ea5dbb7 100644 --- a/action.yml +++ b/action.yml @@ -55,3 +55,6 @@ runs: predicate: ${{ steps.generate-build-provenance-predicate.outputs.predicate }} push-to-registry: ${{ inputs.push-to-registry }} github-token: ${{ inputs.github-token }} + - name: Attest Build Provenance + uses: actions/attest-build-provenance@v1.1.1 +