PSE-PRISMACLOUD · Question #97
Which two templates are supported by Cloud Code Security scan service? (Choose two.)
The correct answer is A. Azure Resource Manager (ARM) D. Terraform. Cloud Code Security scan service (such as Prisma Cloud Code Security) is designed to detect misconfigurations in infrastructure-as-code (IaC) templates, which are files used to define and provision cloud resources. Both ARM templates (used to deploy Azure resources) and…
Question
Which two templates are supported by Cloud Code Security scan service? (Choose two.)
Options
- AAzure Resource Manager (ARM)
- BHyper Text Markup Language (HTML)
- CGitHub
- DTerraform
How the community answered
(29 responses)- A93% (27)
- B3% (1)
- C3% (1)
Explanation
Cloud Code Security scan service (such as Prisma Cloud Code Security) is designed to detect misconfigurations in infrastructure-as-code (IaC) templates, which are files used to define and provision cloud resources. Both ARM templates (used to deploy Azure resources) and Terraform (a widely used multi-cloud IaC tool) are first-class IaC formats that the service can parse and scan for security issues, making A and D correct.
HTML (B) is a web markup language for building web pages - it has nothing to do with defining cloud infrastructure, so it's not a valid scan target. GitHub (C) is a source control platform, not a template format; while you might store templates in GitHub, GitHub itself is not a template type.
Memory tip: Think "IaC templates only." The scanner targets files that describe infrastructure - Terraform (.tf) and ARM (.json/.bicep) both do that. If a choice describes a web technology (HTML) or a platform (GitHub) rather than an infrastructure definition format, eliminate it.
Topics
Community Discussion
No community discussion yet for this question.