Skip to content

Commit 1e90e0e

Browse files
committed
Upstream<carry>: Add OCP specific configurations
1 parent 5c7e582 commit 1e90e0e

File tree

10 files changed

+1408
-0
lines changed

10 files changed

+1408
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
- vendor/**
7+
- "**/*_test.go"

0 commit comments

Comments
 (0)