Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 996 Bytes

File metadata and controls

27 lines (19 loc) · 996 Bytes

Prisma Container Scan Action

Status: Placeholder - Implementation Pending

This action is currently a placeholder for future Prisma Cloud container scanning integration. The folder structure and action definition exist to support the container scanning framework, but the actual scanning functionality will be implemented later.

Current Behavior

The action currently outputs dummy values for testing purposes:

  • scan_passed: true
  • vuln_critical: 0
  • vuln_high: 0
  • vuln_medium: 0
  • vuln_low: 0

Future Implementation

This action will provide:

  • Prisma Cloud container image scanning
  • Integration with the container scanning orchestrator
  • Consistent CONTAINER_PRISMA_* environment variable interface
  • Security vulnerability detection and reporting

Related Documentation