I am trying to configure synk-delta to fail SNYK security scan task only if new vulnerabilities are being introduced in ACR.
We 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
here are the steps/ additional arguments tried and test
- additionalArguments: ' --json --print-deps | snyk-delta'
- additionalArguments: '--json --print-deps` -- Build pass Generates report
- additionalArguments: '--json --print-deps | snyk-delta --baselineOrg xxx --baselineProject xxx -d' -- Error Failed to scan image "snyk-delta". Please make sure the image and/or repository exist, and that you are using the correct credentials