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.
2 parents 861a293 + d165d06 commit 9627c0dCopy full SHA for 9627c0d
.github/workflows/gosec.yml
@@ -1,7 +1,10 @@
1
name: Run Gosec
2
on:
3
- push:
4
pull_request:
+ branches:
5
+ - 2.0.x
6
+ - 3.0.x
7
+ - 4.0.x
8
jobs:
9
tests:
10
runs-on: ubuntu-latest
@@ -13,4 +16,4 @@ jobs:
13
16
- name: Run Gosec Security Scanner
14
17
uses: informalsystems/gosec@master
15
18
with:
- args: -exclude-dir=tests ./...
19
+ args: -exclude-dir=tests -exclude-dir=cmd ./...
app/app.go
@@ -182,6 +182,7 @@ var (
182
transfer.AppModuleBasic{},
183
vesting.AppModuleBasic{},
184
wasm.AppModuleBasic{},
185
+ ica.AppModuleBasic{},
186
)
187
188
// module account permissions
0 commit comments