We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b281845 commit bc0386eCopy full SHA for bc0386e
.github/workflows/gosec.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v3
27
28
- name: Run Gosec Security Scanner
29
- uses: cosmos/gosec@master
+ uses: securego/gosec@master
30
with:
31
# we let the report trigger content trigger a failure using the GitHub Security features.
32
args: "-no-fail -fmt sarif -out results.sarif ./..."
x/auth/tx/testutil/suite.go
@@ -16,7 +16,7 @@ import (
16
)
17
18
// TxConfigTestSuite provides a test suite that can be used to test that a TxConfig implementation is correct.
19
-type TxConfigTestSuite struct { //nolint:revive
+type TxConfigTestSuite struct {
20
suite.Suite
21
TxConfig client.TxConfig
22
}
0 commit comments