mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
13 lines
202 B
Go
13 lines
202 B
Go
package sarif_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestRules(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Sarif Formatters Suite")
|
|
}
|