Skip to content

Commit ae761a0

Browse files
backport : Addressing konflux error and fixing multi arch build with podman 5.2 … (#607)
* Addressing konflux error and fixing multi arch build with podman 5.2 (#595) * Adding multiarch support in konflux build and some refactoring (#622)
1 parent 44c2d0a commit ae761a0

File tree

8 files changed

+509
-919
lines changed

8 files changed

+509
-919
lines changed

.snyk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Snyk guide: https://docs.snyk.io/snyk-cli/commands/ignore
2+
exclude:
3+
global:
4+
# ignore tests
5+
- "**/*_test.go"
6+
- "test/**"

0 commit comments

Comments
 (0)