Skip to content

Commit d840117

Browse files
Did requested changes in trivy.yaml
Signed-off-by: Hansini Karunarathne <[email protected]>
1 parent 98581ec commit d840117

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/trivy.yaml

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Image Extracting and Security Scanning
22

3-
4-
53
on:
64
push:
75
branches:
@@ -37,7 +35,7 @@ jobs:
3735
- name: Setup Python
3836
uses: actions/setup-python@v5
3937
with:
40-
python-version: '3.10'
38+
python-version: '3.12'
4139

4240
# Install prettytable package
4341
- name: Install prettytable
@@ -51,12 +49,6 @@ jobs:
5149
chmod +x trivy_scan.sh
5250
./trivy_scan.sh
5351
54-
# Upload the artifact
55-
- name: Upload trivy scanned_results
56-
uses: actions/upload-artifact@v4
57-
with:
58-
name: trivy_scanned_results
59-
path: docs/image_lists/
6052
6153
6254

0 commit comments

Comments
 (0)