diff --git a/.vib/deepspeed/vib-verify.json b/.vib/deepspeed/vib-verify.json index 854033fd995fa..e6f1a51b93b05 100644 --- a/.vib/deepspeed/vib-verify.json +++ b/.vib/deepspeed/vib-verify.json @@ -18,10 +18,7 @@ "tag": "{VIB_ENV_TAG}" } }, - "architectures": [ - "linux/amd64", - "linux/arm64" - ] + "architectures": ["linux/amd64"] } }, { @@ -53,18 +50,14 @@ "action_id": "trivy", "params": { "threshold": "CRITICAL", - "vuln_type": [ - "OS" - ] + "vuln_type": ["OS"] } }, { "action_id": "grype", "params": { "threshold": "CRITICAL", - "package_type": [ - "OS" - ] + "package_type": ["OS"] } } ]