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 c9a38fa commit 96d8b89Copy full SHA for 96d8b89
.github/workflows/sca-integration-osv.yml
@@ -35,11 +35,10 @@ jobs:
35
steps:
36
- name: Docker
37
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
+# docker pull python:3.13.0-slim
+ docker save alpine:3.17.0 > alpine_3.17.0.tar
41
42
- name: Run OSV Scanner
43
uses: docker://ghcr.io/google/osv-scanner-action:v2.2.1
44
with:
45
- args: scan image --archive python_s3.13.0-slim.tar --format cyclonedx-1-5
+ args: scan image --archive alpine_3.17.0.tar --format cyclonedx-1-5
0 commit comments