Fixed coverage workflow

* Renamed file(removed space)
* Changed the expected issues ( 1 -> 2)
This commit is contained in:
Dimitar Banchev 2024-06-24 14:49:50 +02:00 committed by Cosmin Cojocar
parent 5666ea35ba
commit 6382394ce8

View file

@ -62,6 +62,6 @@ func main() {
fmt.Println("Plain Decrypted", string(data))
}
`}, 1, gosec.NewConfig()},
`}, 2, gosec.NewConfig()},
}
)