1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-05 22:53:29 +02:00
gosec/gosec_suite_test.go

14 lines
188 B
Go
Raw Normal View History

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