Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <[email protected]>
  • Loading branch information
laurentsimon committed Jul 25, 2023
1 parent 813a6f5 commit c2c0203
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/builder_example_slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ on:
required: true
type: string

commit-sha:
description: "Commit sha of the repo"
required: false
type: string

username:
description: "Username for a registry"
default: "bot-account"
Expand Down Expand Up @@ -92,6 +97,7 @@ jobs:
slsa-build-action-path: "./internal/callback_action"
slsa-workflow-inputs: ${{ toJson(inputs) }}
slsa-workflow-masked-inputs: username
slsa-checkout-sha1: ${{ inputs.commit-sha }}

slsa-run:
needs: [slsa-setup]
Expand Down

0 comments on commit c2c0203

Please sign in to comment.