From fc3d5ef419b19866508f5913b25799c81a06801c Mon Sep 17 00:00:00 2001 From: MaxMustermann2 <82761650+MaxMustermann2@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:25:14 +0000 Subject: [PATCH] fix(ci): correct codeql config --- .github/codeql/codeql-config.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml index c06f8aaeb..698e8b5e2 100644 --- a/.github/codeql/codeql-config.yml +++ b/.github/codeql/codeql-config.yml @@ -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