arvos-dev / arvos

AI- and Risk-based Vulnerability Management for Trustworthy Open Source Adoption (ARVOS)
Apache License 2.0
8 stars 1 forks source link

Make sure ARVOS fails the pipeline if vulnerabilities are found #26

Closed ayoubeddafali closed 2 years ago

ayoubeddafali commented 2 years ago

Logic has been added so the pipeline arvos-poc return a non 0 exit-code when the number of found vulnerabliites is greater than 0, which will eventually fails the CI pipeline :

https://github.com/ayoubeddafali/arvos/blob/feature/collect-meaningful-stack-traces/arvos-poc.py#L320

image