gosec/cwe/cwe_suite_test.go
2021-05-10 10:08:04 +02:00

13 lines
182 B
Go

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