Skip to content

Commit

Permalink
CodeQL: Ignore bin files implicitly bundled by AOB
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Jan 22, 2025
1 parent 7db0a63 commit 49173f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 13 * * 5'
- cron: "0 13 * * 5"

jobs:
analyze:
Expand All @@ -32,6 +32,10 @@ jobs:
build-mode: ${{ matrix.build-mode }}
queries: security-and-quality

# Exclude packages bundled by Splunk AOB
config: |
paths-ignore:
- TA-linode/bin/ta_linode/aob_py3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 49173f2

Please sign in to comment.