From 71c7f27be3178b79705f483cedc27d77406b6803 Mon Sep 17 00:00:00 2001 From: hgn Date: Thu, 16 Jan 2025 09:23:24 +0100 Subject: [PATCH] Update .github/workflows/start.yaml --- .github/workflows/start.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/start.yaml b/.github/workflows/start.yaml index 195d630..1a6c178 100644 --- a/.github/workflows/start.yaml +++ b/.github/workflows/start.yaml @@ -20,9 +20,4 @@ jobs: format: 'sarif' output: 'trivy-results.sarif' exit-code: '1' - severity: 'CRITICAL,HIGH' - - - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: 'trivy-results.sarif' \ No newline at end of file + severity: 'CRITICAL,HIGH' \ No newline at end of file