Skip to content

Commit e8f3a33

Browse files
authored
use latest tool (#37)
Signed-off-by: Tom Hennen <[email protected]>
1 parent 922b996 commit e8f3a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/vsa_creator/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
- id: determine_level
1313
run: |
1414
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
15+
echo "source_level=$(go run github.com/slsa-framework/slsa-source-poc/sourcetool@922b9965dae9c3e8c9e2c5a5f30c720a4fe11354 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
1616
shell: bash
1717
- id: summary
1818
run: |

0 commit comments

Comments
 (0)