mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
731d0d51ce
* Don't omit empty results * Add tests
13 lines
199 B
Go
13 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")
|
|
}
|