Skip to content

Commit fdf5bc7

Browse files
committed
Use a smaller image as input #1729
Signed-off-by: tdruez <[email protected]>
1 parent 5dc7125 commit fdf5bc7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check-sca-integrations.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ permissions:
1111
contents: read
1212

1313
env:
14-
# IMAGE_REFERENCE: 'python:3.13-slim'
15-
IMAGE_REFERENCE: 'python:3.10.0'
16-
14+
IMAGE_REFERENCE: 'python:3.13.0-slim'
1715
jobs:
1816
generate-sbom:
1917
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)