Skip to content

Commit

Permalink
chore: disable retirejs scanning (#61)
Browse files Browse the repository at this point in the history
not applicable for openrewrite repositories

re moderneinc/dependency-vulnerability-reports#753
  • Loading branch information
sjungling authored Oct 23, 2024
1 parent 1612029 commit ce39a20
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ public void apply(Project project) {
ext.getAnalyzers().setAssemblyEnabled(false);
ext.getAnalyzers().setNodeAuditEnabled(false);
ext.getAnalyzers().setNodeEnabled(false);
ext.getAnalyzers().retirejs(
retireJs -> retireJs.setEnabled(false)
);
ext.setFailBuildOnCVSS(failBuildOnCVSS);
ext.setFormat(format);
ext.getNvd().setApiKey(System.getenv("NVD_API_KEY"));
Expand Down

0 comments on commit ce39a20

Please sign in to comment.