About 50 results
Open links in new tab
  1. CodeQL in Github not showing found issues for custom queries

    Jan 14, 2025 · I am running CodeQL inside a private organization with advanced security enabled. It is working good for default queries. The queries security-extended and security-and-quality are …

  2. GitHub Actions CodeQL init action failed Not Found

    Apr 12, 2023 · I am trying to configure CodeQL scanning on my repo. For that purpose I am using the template provided by GitHub: # For most projects, this workflow file will not need changing; you …

  3. Custom CodeQL query in Azure DevOps in yaml pipeline gives error: …

    May 22, 2024 · The task AdvancedSecurity-Codeql-Init@1 points to a codeqlconfig yaml file and in this file I point to a simple todo codeql query. This is afaik how it has to be done according to the …

  4. Enable/Disable CodeQL code scanning for a repo using Github Rest API ...

    Nov 28, 2022 · However, if you have already set up CodeQL code scanning manually you could maybe use the REST API endpoints for disabling and enabling the already existing code scanning workflow. …

  5. Codeql failing to scan github repository storing only java code

    Aug 23, 2023 · Now as I'm trying to scan this by codeql, it was trying to autobuild it without success. After investigating it online I understood that only specific type of projects can work with autobuild …

  6. Is there a way to exclude files from CodeQL scanning on GitHub

    Oct 11, 2022 · Is there a way to exclude files from CodeQL scanning on GitHub Ask Question Asked 3 years, 5 months ago Modified 1 year, 2 months ago

  7. CodeQL analyzer not working - Stack Overflow

    Oct 2, 2023 · 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 …

  8. Errors with Setting Up custom CodeQL queries - Stack Overflow

    Apr 27, 2025 · I have tried setting my custom queries in /opt/CodeQL/queries My packages of cpp were installed in /home/kali/.codeql/packages I have tried bringing the ql file within the packages of cpp-all …

  9. go - CodeQL: Gin / MongoDB API - Database query built from user ...

    Aug 5, 2023 · I have a simple Golang Gin API that uses MongoDB as the backend database. My team is using GitHub CodeQL, so we want to be sure we are following the best standards. However, we …

  10. CodeQL Environment Variables Not Passed to XCode Task Azure DevOps

    Aug 16, 2024 · codeql database create --overwrite --language swift --command "xcodebuild -sdk iphoneos17.2 -configuration Debug -workspace /s/MyApp -scheme MyApp build -verbose …