chore: remove gosec fork (#14752)

This commit is contained in:
Marko 2023-01-24 16:09:10 +01:00 committed by GitHub
parent b281845c8f
commit bc0386e996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 ./..."

View File

@ -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
}