Skip to content

Commit

Permalink
Use info flag with owasp dependency to keep circleci job output (Cons…
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem authored Feb 17, 2025
1 parent 2ad1b8b commit 332bc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
name: Dependency vulnerability scan
no_output_timeout: 40m
command: |
./gradlew --no-daemon -Dorg.gradle.parallel=false dependencyCheckAggregate -DnvdApiDelay=6000
./gradlew --no-daemon --info dependencyCheckAggregate -DnvdApiDelay=6000
- capture_test_results
- capture_test_reports

Expand Down

0 comments on commit 332bc73

Please sign in to comment.