[CI] Increase timeout for Trivy scan (take 4)
This commit is contained in:
1
.github/workflows/ci-pr.yml
vendored
1
.github/workflows/ci-pr.yml
vendored
@@ -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'
|
||||
|
||||
1
.github/workflows/common.yml
vendored
1
.github/workflows/common.yml
vendored
@@ -35,6 +35,7 @@ env:
|
||||
VERBOSE: ${{ (github.debug || inputs.verbose) && 'true' || '' }}
|
||||
BRANCH: ${{ inputs.branch }}
|
||||
MAVEN_THREADS: ${{ inputs.mavenThreads }}
|
||||
TRIVY_DEBUG: 'true'
|
||||
|
||||
jobs:
|
||||
scan:
|
||||
|
||||
Reference in New Issue
Block a user