Skip to content

Commit

Permalink
add org.owasp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gracekarina committed Feb 18, 2022
1 parent 3eb9744 commit 6510137
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ target/
**/test-output/
dependency-reduced-pom.xml
*.pyc
modules/swagger-parser/target/dependency-check-report.html
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,18 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.5.3</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 6510137

Please sign in to comment.