Skip to content

Commit 2a8e9e2

Browse files
committed
sync: merge upstream main with downstream config
2 parents 44053f1 + ce29678 commit 2a8e9e2

File tree

6,064 files changed

+1785918
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,064 files changed

+1785918
-0
lines changed

.ci-operator.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build_root_image:
2+
namespace: openshift
3+
name: release
4+
tag: rhel-9-release-golang-1.24-openshift-4.20

.snyk

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# References:
2+
# https://docs.snyk.io/scan-applications/snyk-code/using-snyk-code-from-the-cli/excluding-directories-and-files-from-the-snyk-code-cli-test
3+
# https://docs.snyk.io/snyk-cli/commands/ignore
4+
exclude:
5+
global:
6+
- internal/tools/update-readme/main.go
7+
- vendor/**
8+
- "**/*_test.go"
9+
- python/**

0 commit comments

Comments
 (0)