Skip to content

Commit

Permalink
exclude generated temp folder from CodeQL analysis (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
manvkaur authored Nov 21, 2024
1 parent 10c84c2 commit 8bc5d62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/ci/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ extends:
codeql:
language: java,powershell
runSourceLanguagesInSourceAnalysis: true
buildIdentifier: java_worker_official
jobs:
- template: /eng/ci/templates/official/jobs/build-artifacts.yml@self

Expand All @@ -55,6 +56,8 @@ extends:
sdl:
codeql:
language: csharp
buildIdentifier: java_worker_csharp_official
excludePathPatterns: '/extract/inst'
jobs:
- template: /eng/ci/templates/official/jobs/run-e2e-tests-windows.yml@self

Expand Down
3 changes: 3 additions & 0 deletions eng/ci/public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ extends:
sdl:
codeql:
language: java,powershell
buildIdentifier: java_worker_public
runSourceLanguagesInSourceAnalysis: true
jobs:
- template: /eng/ci/templates/jobs/build.yml@self
Expand All @@ -52,6 +53,8 @@ extends:
sdl:
codeql:
language: csharp
buildIdentifier: java_worker_csharp_public
excludePathPatterns: '/extract/inst'
jobs:
- template: /eng/ci/templates/jobs/run-emulated-tests-windows.yml@self

Expand Down

0 comments on commit 8bc5d62

Please sign in to comment.