Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions slsa_with_provenance/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ inputs:
required: false
default: false

use_local_policy:
description: 'Use local source policy'
required: false
default: ""

version:
description: "sourcetool version to use"
required: true
Expand Down Expand Up @@ -98,6 +103,7 @@ runs:
--commit ${{ github.sha }} --owner ${{ github.repository_owner }} \
--repo ${{ github.event.repository.name }} --branch ${{ github.ref_name }} \
--allow-merge-commits="${{ inputs.allow-merge-commits }}" \
--use_local_policy="${{ inputs.use_local_policy }}" \
--output_signed_bundle ${{ github.workspace }}/metadata/signed_bundle.intoto.jsonl >> $GITHUB_STEP_SUMMARY
shell: bash
env:
Expand Down