From 17ecf4ee7a55fab7a4893f682100531044e2f6f0 Mon Sep 17 00:00:00 2001
From: nanuchi <nn_janashia@yahoo.com>
Date: Fri, 27 Oct 2023 16:19:25 +0200
Subject: [PATCH] Update main.yml

---
 .github/workflows/main.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 315cabe9..7e87b35b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -87,6 +87,13 @@ jobs:
        dockerhub-user: ${{ secrets.REPO_USER }}
        dockerhub-password: ${{ secrets.REPO_PWD }}
        command: quickview,cves
+       only-severities: critical,high
+       sarif-file: scout-report.sarif
 
-
+   - name: Upload Artifact
+     uses: actions/upload-artifact@v3
+     if: always()
+     with:
+       name: docker-scout-findings
+       path: scout-report.sarif