diff --git a/src/site/markdown/dependency-check-gradle/configuration.md b/src/site/markdown/dependency-check-gradle/configuration.md index 5234be304..02dd93284 100644 --- a/src/site/markdown/dependency-check-gradle/configuration.md +++ b/src/site/markdown/dependency-check-gradle/configuration.md @@ -26,7 +26,7 @@ suppressionFile | The file path to the XML suppression file \- used to supp dependencyCheck { autoUpdate=false cveValidForHours=1 - format=ALL + format='ALL' } ```