Skip to content

Commit 515c227

Browse files
committed
enable pip cache for Trivy job
1 parent 4957e14 commit 515c227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/security-scan.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/setup-python@v5
2525
with:
2626
python-version: '3.11'
27+
cache: "pip"
2728

2829
- name: Install dependencies
2930
run: |

0 commit comments

Comments
 (0)