skip to Main Content

I need to run snyk scan for Azure container and set it to fail only when there are new vulnerabilities found as compared to previous image

I did follow the snyk-delta document to configure task in azure but the tasks are getting failed.

suggestions are to use snyk cli to scan in the azure pipeline

not sure how to configure it

We want to add snyk-delta scan in out pipeline, add CLI script without using Snyk extension.

any suggestion to do this

2

Answers


  1. Also you can use a few template that are shared here
    https://github.com/snyk-labs/snyk-cicd-integration-examples

    you can also send suggestions by sending a Pull Request there

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search