Skip to content

ci/codeql: Attempt to suppress issues in stdlib#44768

Merged
phlax merged 2 commits intoenvoyproxy:mainfrom
phlax:ci-codql-suppress
Apr 30, 2026
Merged

ci/codeql: Attempt to suppress issues in stdlib#44768
phlax merged 2 commits intoenvoyproxy:mainfrom
phlax:ci-codql-suppress

Conversation

@phlax
Copy link
Copy Markdown
Member

@phlax phlax commented Apr 30, 2026

this is another attempt to suppress the spurious alert

Signed-off-by: Ryan Northey <ryan@synca.io>
Comment thread .github/workflows/codeql-daily.yml Outdated
- name: Initialize CodeQL
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # codeql-bundle-v4.35.2
env:
CODEQL_EXTRACTOR_CPP_OPTION_EXCLUDE_HEADER_PATTERNS: "bin/clang18.1.8/.*"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it make sense to make this broader so it won't stop working when we bump clang? e.g. "bin/clang.*/.*"

uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # codeql-bundle-v4.35.2
env:
CODEQL_EXTRACTOR_CPP_OPTION_EXCLUDE_HEADER_PATTERNS: "bin/clang18.1.8/.*"
CODEQL_EXTRACTOR_CPP_WIP_IGNORE_SYSTEM_HEADERS: "true"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

worth adding a TODO/FIXME to keep an eye on this - so that when this becomes official the WIP part will be gone and thus it will stop working?

Signed-off-by: Ryan Northey <ryan@synca.io>
@phlax phlax merged commit 68b407e into envoyproxy:main Apr 30, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants