Files
charts/.vib/pinniped/vib-verify.json
T
cd7cccabba [bitnami/pinniped] feat: 🎉 Add chart (#10569)
* [bitnami/pinniped] feat: 🎉 Add chart

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* Apply requested changes

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* Add VIB files

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* update tag

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* Bump image

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* Add cypress tests

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* add chromeWebSecurity

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* change visit with request

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* Revert and use generic port

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2022-06-14 10:01:22 +02:00

54 lines
1.2 KiB
JSON

{
"phases": {
"package": {
"context": {
"resources": {
"url": "{SHA_ARCHIVE}",
"path": "/bitnami/pinniped"
}
},
"actions": [
{
"action_id": "helm-package"
},
{
"action_id": "helm-lint"
}
]
},
"verify": {
"context": {
"resources": {
"url": "{SHA_ARCHIVE}",
"path": "/bitnami/pinniped"
},
"runtime_parameters": "InN1cGVydmlzb3IiOgogICJzZXJ2aWNlIjoKICAgICJwb3J0cyI6CiAgICAgICJodHRwcyI6IDQ0MwogICAgInR5cGUiOiAiTG9hZEJhbGFuY2VyIgo=",
"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-pinniped-supervisor-https",
"app_protocol": "GENERIC"
}
}
]
}
}
}