From d840117b2d96f65e3f0345c72472bc7dabcb641b Mon Sep 17 00:00:00 2001 From: Hansini Karunarathne Date: Mon, 10 Jun 2024 19:15:11 +0530 Subject: [PATCH] Did requested changes in trivy.yaml Signed-off-by: Hansini Karunarathne --- .github/workflows/trivy.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index 90c711dfe9..4c7e8b9a06 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -1,7 +1,5 @@ name: Image Extracting and Security Scanning - - on: push: branches: @@ -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 @@ -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/