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 9ebd6a7 commit 91983e0Copy full SHA for 91983e0
.github/workflows/sca-integration-osv.yml
@@ -18,12 +18,22 @@ 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:
- uses: google/osv-scanner-action/.github/workflows/[email protected]
- with:
- scan-args: |-
- image
- python:3.13.0-slim
- --format
- cyclonedx-1-5
33
+ runs-on: ubuntu-24.04
34
35
+ steps:
36
+ - name: Run OSV Scanner
37
+ uses: docker://ghcr.io/google/osv-scanner-action:v2.2.1
38
+ with:
39
+ args: image python:3.13.0-slim --format cyclonedx-1-5
0 commit comments