Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
golangci-lint: Fix nolint for G110 (gosec)
Looks like with latest version of linter to have annotating code, it need to be out of conditional statement. This PR fixes ``` pkg/crc/cluster/pullsecret.go:124:15: G110: Potential DoS vulnerability via decompression bomb (gosec) if _, err := io.Copy(&b, decompressor); err != nil { ^ make: *** [Makefile:284: cross-lint] Error 1 ```
- Loading branch information