Skip to content

Commit

Permalink
try with a codeql config file
Browse files Browse the repository at this point in the history
Signed-off-by: Juanjo Alvarez <[email protected]>
  • Loading branch information
juanjux committed Jun 13, 2024
1 parent 14243bb commit ef55170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
# The branches below must be a subset of the branches above
branches:
- main
paths-ignore:
- 'tests/appsec/iast_packages/packages/*.py'

jobs:
analyze:
Expand Down Expand Up @@ -38,6 +36,7 @@ jobs:
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
config-file: ./.github/workflows/codeql-config.yml

- name: Autobuild
uses: github/codeql-action/autobuild@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
paths-ignore:
- 'tests/appsec/iast_packages/packages/*.py'

0 comments on commit ef55170

Please sign in to comment.