mirror of
https://github.com/securego/gosec.git
synced 2025-07-03 00:27:05 +02:00
Replace gas with gosec everywhere in the project
This commit is contained in:
13
gosec_suite_test.go
Normal file
13
gosec_suite_test.go
Normal file
@ -0,0 +1,13 @@
|
||||
package gosec_test
|
||||
|
||||
import (
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGosec(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "gosec Suite")
|
||||
}
|
Reference in New Issue
Block a user