Skip to content

Commit 29cbbac

Browse files
committed
fix: add some doc following review comments
1 parent a33f938 commit 29cbbac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ mkdir(configBuildDir)
8383
val hardCodedLicensesReportPath = "project-licenses-for-check-license-task.json"
8484

8585
dependencyCheck{
86+
// Configure dependency check plugin. It checks for publicly disclosed
87+
// vulnerabilities in project dependencies. To use it, you need to have an
88+
// API key from the NVD (National Vulnerability Database), pass it by setting
89+
// the environment variable NVD_API_key (See project README.md: Static Code
90+
// Analysis -> Vulnerability report).
8691
nvd{
8792
apiKey = System.getenv("NVD_API_key")
8893
}

0 commit comments

Comments
 (0)