Anyone has any experience with «GitHub Advanced Security for Azure DevOps»?
I configured everything as described. But I can't get the «Perform CodeQL analysis» working. and it's failing all the time for a simple hello world .net 6 c# app.
I tried with existing with existing c#-repo, and created a new repo, but still getting the same error.
The «Dependency scanning» on the other hand works as expected on the c#-repo. So the configuration isn't that wrong...
So: anyone any idea? Or got that thing up and running? Or has a example repo which should trigger the alerts?
Any help is appreciated!
Find an example repo here: ghas-demo designed for GitHub workflows. However, it also applies to Azure DevOps.
Just import the repo to DevOps, then create a Yaml pipeline by following the steps mentioned in Configure GitHub Advanced Security for Azure DevOps
For example:
Check for the alerts after the pipeline completion.