Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ccojocar committed Jan 12, 2022
1 parent 96e4ffb commit 4f9cbc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testutils/source.go
Expand Up @@ -1891,7 +1891,8 @@ func main() {
}`}, 9, gosec.NewConfig()}}

// SampleCodeG304 - potential file inclusion vulnerability
SampleCodeG304 = []CodeSample{{[]string{`
SampleCodeG304 = []CodeSample{
{[]string{`
package main
import (
Expand Down

0 comments on commit 4f9cbc2

Please sign in to comment.