From 6382394ce8fe66c4b3b5051891254792004e95ff Mon Sep 17 00:00:00 2001 From: Dimitar Banchev Date: Mon, 24 Jun 2024 14:49:50 +0200 Subject: [PATCH] Fixed coverage workflow * Renamed file(removed space) * Changed the expected issues ( 1 -> 2) --- testutils/{g405_samples .go => g405_samples.go} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename testutils/{g405_samples .go => g405_samples.go} (97%) diff --git a/testutils/g405_samples .go b/testutils/g405_samples.go similarity index 97% rename from testutils/g405_samples .go rename to testutils/g405_samples.go index 05dc648cd0..9bf0114b81 100644 --- a/testutils/g405_samples .go +++ b/testutils/g405_samples.go @@ -62,6 +62,6 @@ func main() { fmt.Println("Plain Decrypted", string(data)) } -`}, 1, gosec.NewConfig()}, +`}, 2, gosec.NewConfig()}, } )