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