Skip to content

Commit

Permalink
Fixed coverage workflow
Browse files Browse the repository at this point in the history
* Renamed file(removed space)
* Changed the expected issues ( 1 -> 2)
  • Loading branch information
Dimitar Banchev authored and ccojocar committed Jun 24, 2024
1 parent 5666ea3 commit 6382394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutils/g405_samples .go → testutils/g405_samples.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ func main() {
fmt.Println("Plain Decrypted", string(data))
}
`}, 1, gosec.NewConfig()},
`}, 2, gosec.NewConfig()},
}
)

0 comments on commit 6382394

Please sign in to comment.