gosec/gosec_suite_test.go
2022-01-03 18:11:35 +01:00

13 lines
191 B
Go

package gosec_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestGosec(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "gosec Suite")
}