[CI] Increase timeout for Trivy scan (take 4)

This commit is contained in:
Chris Bono
2024-04-01 12:51:28 -05:00
parent bf7b448433
commit 9accbbded0
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ env:
MAIN_PATH: 'build-dir'
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_THREADS: 'true'
TRIVY_DEBUG: 'true'
jobs:
build:
if: github.repository == 'spring-cloud/stream-applications'

View File

@@ -35,6 +35,7 @@ env:
VERBOSE: ${{ (github.debug || inputs.verbose) && 'true' || '' }}
BRANCH: ${{ inputs.branch }}
MAVEN_THREADS: ${{ inputs.mavenThreads }}
TRIVY_DEBUG: 'true'
jobs:
scan: