We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae6a78 commit 68e8df2Copy full SHA for 68e8df2
pkg/fetcher/fetch.go
@@ -42,7 +42,7 @@ var (
42
"windows": {"darwin"},
43
}
44
45
- excludedSuffixes = []string{"sum", "sha256", "sbom", "pem", "sig", "rpm", "txt", "deb"}
+ excludedSuffixes = []string{"sum", "sha256", "sbom", "pem", "sig", "rpm", "txt", "deb", "json"}
46
)
47
48
func New() Fetcher {
0 commit comments