Skip to content

Commit

Permalink
fix(ci): correct codeql config
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Apr 9, 2024
1 parent 4e2daac commit fc3d5ef
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: "CodeQL Analysis"
queries:
- uses: crypto-com/cosmos-sdk-codeql@main
exclude:
- crypto-com/cosmos-sdk-codeql/map-iteration
- uses: security-and-quality
# This rule is ignored because it is too noisy. Although it is valid in
# many contexts, it is not valid in the most common usage of
# `store = ctx.KVStore; store.Set(key, value)` since KVStore uses
# a parent in-memory cached multistore obtained from `baseapp.go`.
# The in-memory caching, before being written to the IAVL+ tree,
# sorts the keys internally and hence the order does not impact consistency.
- exclude: crypto-com/cosmos-sdk-codeql/map-iteration

0 comments on commit fc3d5ef

Please sign in to comment.