Skip to content

Commit ab43395

Browse files
authored
Merge pull request #19 from ardaguclu/organize-carries
CNTRLPLANE-1274: Organize carries by also adding snyk configurations
2 parents 162ca39 + 7451468 commit ab43395

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.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"

Dockerfile.ocp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ LABEL version=0.0.1
3939
LABEL summary="Red Hat OpenShift MCP Server"
4040

4141
ENTRYPOINT ["/openshift-mcp-server", "--config", "$CONFIG_PATH"]
42-

0 commit comments

Comments
 (0)