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 96d8b89 commit b4cba53Copy full SHA for b4cba53
.github/workflows/sca-integration-osv.yml
@@ -18,24 +18,14 @@ permissions:
18
env:
19
IMAGE_REFERENCE: "python:3.13.0-slim"
20
21
-#jobs:
22
-# generate-and-load-sbom:
23
-# uses: google/osv-scanner-action/.github/workflows/[email protected]
24
-# with:
25
-# scan-args: |-
26
-# image
27
-# python:3.13.0-slim
28
-# --format
29
-# cyclonedx-1-5
30
-
31
jobs:
32
generate-and-load-sbom:
33
runs-on: ubuntu-24.04
34
35
steps:
36
- name: Docker
37
run: |
38
-# docker pull python:3.13.0-slim
+ docker pull alpine:3.17.0
39
docker save alpine:3.17.0 > alpine_3.17.0.tar
40
41
- name: Run OSV Scanner
0 commit comments