add dockerfile
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2022-12-07 14:59:19 +01:00
parent 0503462264
commit 47af3f666f
Signed by: deblan
GPG key ID: 579388D585F70417

6
Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM owasp/dependency-check
RUN /usr/share/dependency-check/bin/dependency-check.sh --updateonly
ENTRYPOINT ["/usr/share/dependency-check/bin/dependency-check.sh"
CMD ["--scan", "/src","--format","ALL","--project", "GENERIC","--failOnCVSS"," 0"]