[CI] Remove previous debug attempts from Trivy scan

This commit is contained in:
Chris Bono
2024-04-01 16:05:02 -05:00
parent ce6b01b50c
commit 7bc21c329d
2 changed files with 2 additions and 6 deletions

View File

@@ -35,7 +35,6 @@ env:
VERBOSE: ${{ (github.debug || inputs.verbose) && 'true' || '' }}
BRANCH: ${{ inputs.branch }}
MAVEN_THREADS: ${{ inputs.mavenThreads }}
TRIVY_DEBUG: 'true'
jobs:
scan:
@@ -51,8 +50,7 @@ jobs:
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'
timeout: '2h'
skip-files: '**/README.adoc'
timeout: '15m'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with: