Skip to content

Commit 91983e0

Browse files
committed
Debug OSV-Scanner action #1730
Signed-off-by: tdruez <[email protected]>
1 parent 9ebd6a7 commit 91983e0

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

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

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,22 @@ permissions:
1818
env:
1919
IMAGE_REFERENCE: "python:3.13.0-slim"
2020

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+
2131
jobs:
2232
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
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

Comments
 (0)