Tanzu Pdf: Devsecops In Practice With Vmware

Implementing DevSecOps with VMware Tanzu integrates security into the software development lifecycle through automated build, scan, and deploy pipelines, utilizing tools like Tanzu Application Platform and Tanzu Build Service. Key practices include adopting a "paved path" to production, continuous vulnerability scanning, and establishing secure, hardened infrastructure. For a comprehensive overview of this approach, see the VMware Tanzu blog Secure software supply chain | VMware Tanzu

VMware Tanzu addresses the "shift left" security philosophy by integrating automated guardrails throughout the entire application lifecycle. devsecops in practice with vmware tanzu pdf

  1. Use tanzu CLI to export cluster policies:
    tanzu cluster list --output yaml > security-policies.yaml
    
  2. Leverage VMware’s documentation builder: Download the official "Tanzu Security Reference Architecture" from the VMware documentation portal.
  3. Combine with your CI/CD logs: Use mkdocs to build a static site of your DevSecOps gates, then print to PDF.

References:

Back
Top