Skip to content

Commit

Permalink
Remove obsolete codeql config
Browse files Browse the repository at this point in the history
The excluded checks are not codeql checks but scorecard checks.
  • Loading branch information
volkerstampa committed Nov 30, 2024
1 parent 5634e4e commit 292e05a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions .github/codeql-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
query-filters:
- exclude:
# There is currently only one maintainer
id: CodeReviewID
- exclude:
# Having only one maintainer, branch protection does not make sense
id: BranchProtectionID
- exclude:
# Projects is not used enough to be accepted by OSS-Fuzz
id: FuzzingID
- exclude:
# Seems to be overkill atm
id: CIIBestPracticesID
#query-filters:
# - exclude:
# id: ...
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# If you wish to specify custom queries, you can do so here or in a config file.
# 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.
config-file: ./.github/codeql-config.yaml
# config-file: ./.github/codeql-config.yaml


# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
Expand Down

0 comments on commit 292e05a

Please sign in to comment.