Skip to content

Commit b4cba53

Browse files
committed
Debug OSV-Scanner action #1730
Signed-off-by: tdruez <[email protected]>
1 parent 96d8b89 commit b4cba53

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,14 @@ 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-
3121
jobs:
3222
generate-and-load-sbom:
3323
runs-on: ubuntu-24.04
3424

3525
steps:
3626
- name: Docker
3727
run: |
38-
# docker pull python:3.13.0-slim
28+
docker pull alpine:3.17.0
3929
docker save alpine:3.17.0 > alpine_3.17.0.tar
4030
4131
- name: Run OSV Scanner

0 commit comments

Comments
 (0)