Skip to content

Commit 082076e

Browse files
committed
upstream<carry>: Downstream
1 parent f5a3c6b commit 082076e

File tree

10 files changed

+1468
-0
lines changed

10 files changed

+1468
-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)