Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: golangci-lint failing due nil check (#333)
Added the fix and introduced `make lint` for local tests dsse/verify.go:98:6: S1009: should omit nil check; len() for []byte is defined as zero (gosimple) if sig.Certificate != nil && len(sig.Certificate) > 0 { ^ Signed-off-by: Kairo Araujo <kairo.araujo@testifysec.com>
- Loading branch information