Skip to content

Commit

Permalink
support cosn
Browse files Browse the repository at this point in the history
  • Loading branch information
liujh committed Jan 8, 2025
1 parent c7823e9 commit 63cd59f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public static void main(String[] args) throws Exception {

int severeIssueCount = NoticeFileChecker.run(new File(args[0]), Paths.get(args[1]));

LOG.warn("Found a total of {} severe issues", severeIssueCount);

severeIssueCount += JarFileChecker.checkPath(Paths.get(args[2]));

if (severeIssueCount > 0) {
Expand Down

0 comments on commit 63cd59f

Please sign in to comment.