gosec/cwe/cwe_suite_test.go
2021-05-31 10:44:12 +02:00

13 lines
182 B
Go

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