Skip to content

Commit

Permalink
chore: pin dependency-check-maven verison to 8.4 (#4722)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Nov 23, 2023
1 parent 8802db3 commit 4e8f8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateAndCheckSBOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ async function main() {
// https://github.com/jeremylong/DependencyCheck/issues/4293
// https://github.com/jeremylong/DependencyCheck/issues/1947
fs.existsSync('package-lock.json') && fs.unlinkSync('package-lock.json')
!cmd.quick && await run('mvn org.owasp:dependency-check-maven:check -Dformat=JSON -q', { throw: false });
!cmd.quick && await run('mvn org.owasp:dependency-check-maven:8.4.2:check -Dformat=JSON -q', { throw: false });
sumarizeOWASP('target/dependency-check-report.json', vulnerabilities);
}

Expand Down

0 comments on commit 4e8f8a3

Please sign in to comment.