gosec/cwe/cwe_suite_test.go

14 lines
185 B
Go
Raw Normal View History

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