You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
semgrepSrcDir: "."# Target directory for semgrep scan (e.g. ./cmd/portage)
37
40
38
41
# Image Publish Configuration
39
42
imagePublish:
@@ -42,9 +45,8 @@ imagePublish:
42
45
43
46
# Deploy Configuration
44
47
deploy:
45
-
enabled: true # Enable/Disable the deploy pipeline (true/false). When true, the .gatecheck.yml file is used, otherwise the default gatecheck config is used.
46
-
gatecheckConfigFilename: ".custom-gatecheck.yml"# Filename for gatecheck config (e.g. gatecheck-config.json)
47
-
submit: false # Whether to submit the artifacts to the configured API endpoint (true/false)
48
+
enabled: false # Enable/Disable the deploy pipeline (true/false). When true, the .gatecheck.yml file is used, otherwise the default gatecheck config is used.
49
+
gatecheckConfigFilename: ".custom-gatecheck.yml"# Filename for gatecheck config (e.g. gatecheck-config.json)
48
50
successWebhooks:
49
-
- url: "http://localhost:5168/Build/SubmitArtifacts"# Using the same endpoint from .custom-gatecheck.yml for consistency
51
+
- url: "https://belay-api.dev.holomuatech.online/Build/SubmitArtifacts"# Using the same endpoint from .custom-gatecheck.yml for consistency
50
52
authorizationVar: "DEPLOY_WEBHOOK_AUTH_TOKEN"# Environment variable containing the auth token
0 commit comments