We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 925f3a5 + f822e11 commit 60237b9Copy full SHA for 60237b9
Makefile
@@ -12,6 +12,11 @@ clean:
12
rm -rf ./build-*
13
rm -f ./build.log
14
15
+.PHONY: security-check
16
+security-check:
17
+ mvn org.owasp:dependency-check-maven:purge
18
+ mvn org.owasp:dependency-check-maven:check -DfailBuildOnCVSS=4 -DassemblyAnalyzerEnabled=false
19
+
20
.PHONY: build
21
build:
22
mvn versions:set -DnewVersion=$(version) -DgenerateBackupPoms=false
0 commit comments