Skip to content

Commit

Permalink
Did requested changes in trivy.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Hansini Karunarathne <hansini.20@cse.mrt.ac.lk>
  • Loading branch information
hansinikarunarathne committed Jun 10, 2024
1 parent 98581ec commit d840117
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Image Extracting and Security Scanning



on:
push:
branches:
Expand Down Expand Up @@ -37,7 +35,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

# Install prettytable package
- name: Install prettytable
Expand All @@ -51,12 +49,6 @@ jobs:
chmod +x trivy_scan.sh
./trivy_scan.sh
# Upload the artifact
- name: Upload trivy scanned_results
uses: actions/upload-artifact@v4
with:
name: trivy_scanned_results
path: docs/image_lists/

Expand Down

0 comments on commit d840117

Please sign in to comment.