We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568a96a commit a396574Copy full SHA for a396574
.github/codeql/codeql-config.yml
@@ -0,0 +1,2 @@
1
+paths-ignore:
2
+ - '**/_deps/**'
.github/workflows/codeql.yml
@@ -27,6 +27,7 @@ jobs:
27
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
28
with:
29
languages: cpp, python
30
+ config-file: ./.github/codeql/codeql-config.yml
31
32
- name: Install pip packages
33
run: pip install -r third_party/requirements.txt
.github/workflows/trivy.yml
@@ -35,6 +35,7 @@ jobs:
35
format: 'sarif'
36
output: 'trivy-results.sarif'
37
exit-code: 1 # Fail if issue found
38
+ skip-dirs: '**/_deps/**'
39
# file with suppressions: .trivyignore (in root dir)
40
41
- name: Print report and trivyignore file
0 commit comments