Skip to content

Commit 2d50914

Browse files
committed
snyk: ignore md5 & SHA1 warnings for ORC images
We allow to check SHA1 and md5 for Glance images, we can ignore these security concerns.
1 parent 9a7cd01 commit 2d50914

File tree

2 files changed

+8
-0
lines changed
  • hack/tools/vendor/sigs.k8s.io/cluster-api-provider-openstack

2 files changed

+8
-0
lines changed

.snyk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ exclude:
88
- "hack/**"
99
- "test/**"
1010
- "**/*_test.go"
11+
# Here we skip warnings about the fact md5 and sha1 is being used to check images checksums.
12+
# Ignoring these errors doesn't seem to work with the "ignore:" interface so let's just skip
13+
# this file for now.
14+
- 'internal/controllers/image/upload_helpers.go'

hack/tools/vendor/sigs.k8s.io/cluster-api-provider-openstack/.snyk

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)