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 f6e7f52 commit 9ac3f51Copy full SHA for 9ac3f51
.github/workflows/sca-integration-osv.yml
@@ -37,8 +37,9 @@ jobs:
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
41
42
- name: Run OSV Scanner
43
uses: docker://ghcr.io/google/osv-scanner-action:v2.2.1
44
with:
- 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