We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa33ff3 commit 756c548Copy full SHA for 756c548
actions/vsa_creator/action.yml
@@ -11,6 +11,7 @@ runs:
11
go-version: '1.23'
12
- id: determine_level
13
run: |
14
+ mkdir -p metadata
15
echo "source_level=$(go run github.com/slsa-framework/slsa-source-poc/sourcetool@23f6bf5ce326f62ddb5bf46cd2068aedcbacda9f checklevel --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --branch ${{ github.ref_name }} --output_unsigned_vsa ${{ github.workspace }}/metadata/unsigned_vsa.json)" >> $GITHUB_OUTPUT
16
shell: bash
17
- id: summary
0 commit comments