chore: remove gosec fork (#14752)
This commit is contained in:
parent
b281845c8f
commit
bc0386e996
2
.github/workflows/gosec.yml
vendored
2
.github/workflows/gosec.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run Gosec Security Scanner
|
||||
uses: cosmos/gosec@master
|
||||
uses: securego/gosec@master
|
||||
with:
|
||||
# we let the report trigger content trigger a failure using the GitHub Security features.
|
||||
args: "-no-fail -fmt sarif -out results.sarif ./..."
|
||||
|
||||
@ -16,7 +16,7 @@ import (
|
||||
)
|
||||
|
||||
// TxConfigTestSuite provides a test suite that can be used to test that a TxConfig implementation is correct.
|
||||
type TxConfigTestSuite struct { //nolint:revive
|
||||
type TxConfigTestSuite struct {
|
||||
suite.Suite
|
||||
TxConfig client.TxConfig
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user