mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 05:37:27 +08:00
[bitnami/deepspeed] ci: 👷 Remove arm64 verification (#44292)
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
committed by
GitHub
parent
9cb779fe82
commit
03b45f19cb
@@ -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"]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user