We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 162ca39 + 7451468 commit ab43395Copy full SHA for ab43395
.snyk
@@ -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
@@ -39,4 +39,3 @@ LABEL version=0.0.1
39
LABEL summary="Red Hat OpenShift MCP Server"
40
41
ENTRYPOINT ["/openshift-mcp-server", "--config", "$CONFIG_PATH"]
42
-
0 commit comments