Skip to content

Commit

Permalink
fix: re-enable Central Analyzer by default
Browse files Browse the repository at this point in the history
Gradle by default does not download the pom.xml from Central - without this false negatives may be generated.

resolves #421
  • Loading branch information
jeremylong committed Nov 14, 2024
1 parent aaab86c commit 66f3748
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/task.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
### Do not define the path here - it is defined in DataExtension
### data.directory=[JAR]/../../dependency-check-data/9.0

# disable the central analyzer by default
analyzer.central.enabled=false
# disabling the central analyzer can cause False Negatives because
# gradle does not download the pom.xml from central by default.
# analyzer.central.enabled=false

0 comments on commit 66f3748

Please sign in to comment.