Azure – Unable to resolve issues in devops CI-CD pipeline snyk scans
I have pushed a react solution into devops repository and created one pipeline for build and scans. We are using snyk scan to scan the solution; here is the yaml code of snykscan: scanSnyk: true SKFailOnIssues: true SkServiceConnection: 'SnykServer' SkOrganization:…