How to integrate static security scanners with woodpecker ci? #3116
-
How do we integrate snyk or veracode or any similar security tools that analyze codes to ci pipelines? Developers commit code and code analyzed for vulnerabilities. |
Beta Was this translation helpful? Give feedback.
Answered by
qwerty287
Jan 4, 2024
Replies: 1 comment 2 replies
-
This is the config woodpecker uses itself for using trivy: https://github.com/woodpecker-ci/woodpecker/blob/main/.woodpecker/securityscan.yml |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You just need a docker image that contains the snyk binary (or any other tool you want to use) and run this binary using the
commands
section. For tokens you can use secrets.