123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "phases": {
- "package": {
- "context": {
- "resources": {
- "url": "{SHA_ARCHIVE}",
- "path": "/bitnami/rabbitmq"
- }
- },
- "actions": [
- {
- "action_id": "helm-package"
- },
- {
- "action_id": "helm-lint"
- }
- ]
- },
- "verify": {
- "context": {
- "resources": {
- "url": "{SHA_ARCHIVE}",
- "path": "/bitnami/rabbitmq"
- },
- "runtime_parameters": "ImF1dGgiOgogICJlcmxhbmdDb29raWUiOiAiUmpzcENDM25tNGtMdjRMaldGTmZGSFczeEx4Yjd6VEMiCiAgInBhc3N3b3JkIjogIlBIVkhkcXpyTWI5cyIKICAidXNlcm5hbWUiOiAidXNlciIKInNlcnZpY2UiOgogICJwb3J0cyI6CiAgICAibWFuYWdlciI6IDgwCiAgInR5cGUiOiAiTG9hZEJhbGFuY2VyIgo=",
- "target_platform": {
- "target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
- "size": {
- "name": "S4"
- }
- }
- },
- "actions": [
- {
- "action_id": "trivy",
- "params": {
- "threshold": "CRITICAL",
- "vuln_type": ["OS"]
- }
- },
- {
- "action_id": "health-check",
- "params": {
- "endpoint": "lb-rabbitmq-http-stats",
- "app_protocol": "HTTP"
- }
- }
- ]
- }
- }
- }
|