Skip to content

Commit

Permalink
fix(build): Moved the cve-scan to the jenkins profile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Feb 25, 2022
1 parent 3beaf21 commit a5e3c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<asciidoctorj.diagram.version>2.1.2</asciidoctorj.diagram.version>

<skip-code-generation-tests>false</skip-code-generation-tests>
<skip-dependency-cve-scan>false</skip-dependency-cve-scan>
<skip-dependency-cve-scan>true</skip-dependency-cve-scan>
</properties>

<modules>
Expand Down

0 comments on commit a5e3c90

Please sign in to comment.