Skip to content

Commit 68e8df2

Browse files
committed
ignore json
1 parent 3ae6a78 commit 68e8df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/fetcher/fetch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var (
4242
"windows": {"darwin"},
4343
}
4444

45-
excludedSuffixes = []string{"sum", "sha256", "sbom", "pem", "sig", "rpm", "txt", "deb"}
45+
excludedSuffixes = []string{"sum", "sha256", "sbom", "pem", "sig", "rpm", "txt", "deb", "json"}
4646
)
4747

4848
func New() Fetcher {

0 commit comments

Comments
 (0)