mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
Fixed coverage workflow
* Renamed file(removed space) * Changed the expected issues ( 1 -> 2)
This commit is contained in:
parent
5666ea35ba
commit
6382394ce8
1 changed files with 1 additions and 1 deletions
|
@ -62,6 +62,6 @@ func main() {
|
|||
fmt.Println("Plain Decrypted", string(data))
|
||||
}
|
||||
|
||||
`}, 1, gosec.NewConfig()},
|
||||
`}, 2, gosec.NewConfig()},
|
||||
}
|
||||
)
|
Loading…
Reference in a new issue