Skip to content

Commit

Permalink
fix(cdx): Disable fetch licenses for test due to long running processes
Browse files Browse the repository at this point in the history
  • Loading branch information
heubeck committed Jul 23, 2024
1 parent 73f68a2 commit e67212b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ app.allowed_env_substitutions=${ALLOWED_ENV_SUBSTITUTIONS: }

app.enabled_repos=${APP_ENABLED_REPOS: }
app.analysis_timeout=${APP_ANALYSIS_TIMEOUT:60M}
app.analysis.cdxgen.fetch_licenses:${APP_ANALYSIS_CDXGEN_FETCH_LICENSES:true}
app.analysis.cdxgen.fetch_licenses=${APP_ANALYSIS_CDXGEN_FETCH_LICENSES:true}
%test.app.analysis.cdxgen.fetch_licenses=false

app.pull_requests.ignore_bots=${APP_PULL_REQUESTS_IGNORE_BOTS:true}
app.pull_requests.enabled=${APP_PULL_REQUESTS_ENABLED:true}
app.pull_requests.concurrency_limit:${APP_PULL_REQUESTS_CONCURRENCY_LIMIT:3}
app.pull_requests.cdxgen.fetch_licenses:${APP_PULL_REQUESTS_CDXGEN_FETCH_LICENSES:false}
app.pull_requests.concurrency_limit=${APP_PULL_REQUESTS_CONCURRENCY_LIMIT:3}
app.pull_requests.cdxgen.fetch_licenses=${APP_PULL_REQUESTS_CDXGEN_FETCH_LICENSES:false}

# depscan | grype
app.pull_requests.analyzer=${APP_PULL_REQUESTS_ANALYZER:depscan}
Expand Down

0 comments on commit e67212b

Please sign in to comment.