About 930,000 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 …

  2. 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 Asked 3 years ago Modified 8 months ago Viewed 8k times

  3. Inline suppressing of warnings with Github CodeQL

    Dec 5, 2022 · CodeQL reports some true and some false positive for a specific rule. Is there a way to mark a Python codeline so that the check is ignored by CodeQL? Similar, for example …

  4. CodeQL analyzer not working - Stack Overflow

    Oct 2, 2023 · For self hosted machines, ensure that you follow the steps here to install the CodeQL bundle. If you happened to just install the CodeQL CLI without the bundle then the …

  5. codeql - How does the autobuild step work in Github Advanced …

    Jan 17, 2024 · Correct. CodeQL Autobuild is documented for each language on the GitHub docs "About autobuild for CodeQL". You need to specify.net build steps manually as you would in …

  6. Why does codeql create database run into issue?

    Apr 5, 2023 · It's my first time using codeql,the dir demo contains a simple cpp file,i tried to run a demo like this codeql database create ./demo-db -s . --language=cpp . However,it ran into …

  7. CodeQL: Setting paths in Github Advanced Security for Devops

    Dec 17, 2024 · By default the codeql task will scan the ENTIRE code base. Which is not what I want. How can I configure Github advanced security to only scan one project?For example the …

  8. Custom CodeQL query in Azure DevOps in yaml pipeline gives …

    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 …

  9. Enable/Disable CodeQL code scanning for a repo using Github …

    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 …

  10. Configuring CodeQL with Github actions using well known …

    May 25, 2022 · Default setup currently supports analysis of JavaScript (including TypeScript), Python, and Ruby code. More languages will be supported soon, and all other languages …