Skip to content

Commit df4b740

Browse files
committed
adding codeql-config.yml
1 parent 6736a98 commit df4b740

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

.github/workflows/codeql-multiple-repo-scan.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Python dependencies
5454
run: |
5555
python3 -m pip install --upgrade pip
56-
pip3 install --break-system-packages pyyaml jsonpath-ng jsonschema jsonpatch jsonpointer pytest sarif-tools GitPython
56+
pip3 install --break-system-packages pyyaml jsonpath-ng jsonschema jsonpatch jsonpointer pytest sarif-tools
5757
- name: Parse known_good.json and create repos.json
5858
id: parse-repos
5959
run: |
@@ -85,21 +85,7 @@ jobs:
8585
languages: cpp
8686
build-mode: none
8787
packs: codeql/misra-cpp-coding-standards
88-
paths:
89-
- repos
90-
paths-ignore:
91-
- '**/*test*'
92-
- '**/*mock*'
93-
- '**/test/**'
94-
- '**/mock/**'
95-
- '**/examples/**'
96-
- '**/docs/**'
97-
- '**/target/**'
98-
- '**/bazel-*/**'
99-
- '**/.git/**'
100-
- '**/node_modules/**'
101-
- '**/build/**'
102-
- '**/dist/**'
88+
config-file: ./.github/codeql/codeql-config.yml
10389
- name: Perform CodeQL Analysis
10490
timeout-minutes: 120 # Increased for multi-repo MISRA analysis
10591
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)