gosec/gosec_suite_test.go

14 lines
191 B
Go
Raw Permalink Normal View History

package gosec_test
import (
"testing"
2022-01-03 17:11:35 +00:00
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestGosec(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "gosec Suite")
}