mirror of
https://github.com/securego/gosec.git
synced 2024-11-06 03:55:50 +00:00
14 lines
199 B
Go
14 lines
199 B
Go
|
package sarif_test
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
. "github.com/onsi/ginkgo"
|
||
|
. "github.com/onsi/gomega"
|
||
|
)
|
||
|
|
||
|
func TestRules(t *testing.T) {
|
||
|
RegisterFailHandler(Fail)
|
||
|
RunSpecs(t, "Sarif Formatters Suite")
|
||
|
}
|