Skip to content

Commit 9ac3f51

Browse files
committed
Debug OSV-Scanner action #1730
Signed-off-by: tdruez <[email protected]>
1 parent f6e7f52 commit 9ac3f51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sca-integration-osv.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
run: |
3838
docker --version
3939
docker pull python:3.13.0-slim
40+
docker save python:3.13.0-slim > python_s3.13.0-slim.tar
4041
4142
- name: Run OSV Scanner
4243
uses: docker://ghcr.io/google/osv-scanner-action:v2.2.1
4344
with:
44-
args: scan image python:3.13.0-slim --format cyclonedx-1-5
45+
args: scan image python_s3.13.0-slim.tar --format cyclonedx-1-5

0 commit comments

Comments
 (0)