Skip to content

ci: exclude obj/ and bin/ from CodeQL analysis - #28

Merged
StuartMeeks merged 1 commit into
mainfrom
chore/codeql-ignore-generated
Aug 20, 2026
Merged

ci: exclude obj/ and bin/ from CodeQL analysis#28
StuartMeeks merged 1 commit into
mainfrom
chore/codeql-ignore-generated

Conversation

@StuartMeeks

Copy link
Copy Markdown
Owner

What

Add a paths-ignore for **/obj/** and **/bin/** to the CodeQL analysis config, matching the NextIteration.Standards template.

Why

Standards adoption turned CodeQL on; the security-and-quality suite surfaces note-level findings against generated/compiled output (e.g. the xUnit auto-generated entry point in obj/), which no human maintains. Excluding obj//bin/ keeps the noise floor down. audit-drift.sh compares codeql.yml on non-comment lines, so this lands together with the template change (StuartMeeks/NextIteration.Standards#9).

🤖 Generated with Claude Code

The security-and-quality suite raises note-level findings against generated
and compiled output — the xUnit auto-generated entry point in obj/ among
them. Add a paths-ignore for **/obj/** and **/bin/** so analysis covers only
code a human maintains. Matches the NextIteration.Standards template.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@StuartMeeks
StuartMeeks merged commit 5db4469 into main Aug 20, 2026
9 checks passed
@StuartMeeks
StuartMeeks deleted the chore/codeql-ignore-generated branch August 20, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant