Skip to content

Commit 7ec0065

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
runs-on: ubuntu-24.04
3434

3535
steps:
36+
- run: |
37+
docker --version
38+
docker pull python:3.13.0-slim
39+
3640
- name: Run OSV Scanner
3741
uses: docker://ghcr.io/google/osv-scanner-action:v2.2.1
3842
with:

0 commit comments

Comments
 (0)