Skip to content

Commit bc0386e

Browse files
authored
chore: remove gosec fork (#14752)
1 parent b281845 commit bc0386e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gosec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v3
2727

2828
- name: Run Gosec Security Scanner
29-
uses: cosmos/gosec@master
29+
uses: securego/gosec@master
3030
with:
3131
# we let the report trigger content trigger a failure using the GitHub Security features.
3232
args: "-no-fail -fmt sarif -out results.sarif ./..."

x/auth/tx/testutil/suite.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
// TxConfigTestSuite provides a test suite that can be used to test that a TxConfig implementation is correct.
19-
type TxConfigTestSuite struct { //nolint:revive
19+
type TxConfigTestSuite struct {
2020
suite.Suite
2121
TxConfig client.TxConfig
2222
}

0 commit comments

Comments
 (0)