Skip to content

Commit 96d8b89

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ jobs:
3535
steps:
3636
- name: Docker
3737
run: |
38-
docker --version
39-
docker pull python:3.13.0-slim
40-
docker save python:3.13.0-slim > python_s3.13.0-slim.tar
38+
# docker pull python:3.13.0-slim
39+
docker save alpine:3.17.0 > alpine_3.17.0.tar
4140

4241
- name: Run OSV Scanner
4342
uses: docker://ghcr.io/google/osv-scanner-action:v2.2.1
4443
with:
45-
args: scan image --archive python_s3.13.0-slim.tar --format cyclonedx-1-5
44+
args: scan image --archive alpine_3.17.0.tar --format cyclonedx-1-5

0 commit comments

Comments
 (0)