Skip to content

Commit 43757b6

Browse files
CodeQL: Ignore bin files implicitly bundled by AOB (#65)
1 parent 7db0a63 commit 43757b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ "main" ]
88
schedule:
9-
- cron: '0 13 * * 5'
9+
- cron: "0 13 * * 5"
1010

1111
jobs:
1212
analyze:
@@ -32,6 +32,10 @@ jobs:
3232
build-mode: ${{ matrix.build-mode }}
3333
queries: security-and-quality
3434

35+
# Exclude packages bundled by Splunk AOB
36+
config: |
37+
paths-ignore:
38+
- TA-linode/bin/ta_linode/aob_py3
3539
3640
- name: Perform CodeQL Analysis
3741
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)