Professional Cloud Security Engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An enterprise organization is establishing automated security gating mechanisms within their Google Cloud CI/CD pipeline. The security policy mandates that container images deployed to production Google Kubernetes Engine (GKE) clusters must satisfy the following criteria:
MEDIUM severity or unfixable vulnerabilities above HIGH severity must be blocked from progressing to production.Which architecture should the security team implement to enforce these gating requirements?
Binary Authorization provides deploy-time policy enforcement for containerized workloads deployed across Google Kubernetes Engine (GKE). It works symbiotically with Artifact Analysis and Cloud Key Management Service (Cloud KMS) to cryptographically attest that specific quality, security, and vulnerability checks have been completed before an image descriptor is admitted to a runtime cluster.
maximumFixableSeverity: MEDIUM and maximumUnfixableSeverity: HIGH).evaluationMode: REQUIRE_ATTESTATION referencing the vulnerability attestor, and sets enforcementMode: ENFORCED_BLOCK_AND_AUDIT_LOG to block non-compliant deployments while logging events to Cloud Audit Logs.This solution prevents non-compliant or unscanned artifacts from entering production environments by enforcing a cryptographically signed gate that GKE validates before runtime pod creation.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.