mirror of
https://github.com/securego/gosec.git
synced 2026-06-20 00:15:59 +02:00
test: add missing rules to formatter report tests (#1540)
Adds G108, G114, G117, G306 to the formatter test coverage. G116 and G307 excluded (no CWE entry in database).
This commit is contained in:
@@ -318,10 +318,13 @@ var _ = Describe("Formatter", func() {
|
||||
"G104",
|
||||
"G106",
|
||||
"G107",
|
||||
"G108",
|
||||
"G109",
|
||||
"G110",
|
||||
"G111",
|
||||
"G112",
|
||||
"G114",
|
||||
"G117",
|
||||
"G201",
|
||||
"G202",
|
||||
"G203",
|
||||
@@ -331,6 +334,7 @@ var _ = Describe("Formatter", func() {
|
||||
"G303",
|
||||
"G304",
|
||||
"G305",
|
||||
"G306",
|
||||
"G401",
|
||||
"G402",
|
||||
"G403",
|
||||
|
||||
Reference in New Issue
Block a user