<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ci-Cd on Commentary of Takao</title><link>https://takao.blog/es/tags/ci-cd/</link><description>Recent content in Ci-Cd on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>es</language><copyright>Commentary of Takao</copyright><lastBuildDate>Sun, 12 Jul 2026 04:12:51 +0900</lastBuildDate><atom:link href="https://takao.blog/es/tags/ci-cd/index.xml" rel="self" type="application/rss+xml"/><item><title>OWASP ZAP Avanzado 2026: Automatización y scripting</title><link>https://takao.blog/es/web/owasp-zap-advanced-2026/</link><pubDate>Tue, 09 Jun 2026 00:00:00 +0900</pubDate><guid>https://takao.blog/es/web/owasp-zap-advanced-2026/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/owasp-zap-advanced-2026-es.png" alt="Featured image of post OWASP ZAP Avanzado 2026: Automatización y scripting" /&gt;&lt;p&gt;OWASP ZAP ofrece capacidades avanzadas de automatización y scripting para equipos de seguridad y desarrollo.&lt;/p&gt;
&lt;h2 id="zap-automation-framework"&gt;ZAP Automation Framework
&lt;/h2&gt;&lt;p&gt;YAML para definir pipelines de seguridad: spider, active scan, alert filtering, report generation. Reemplaza scripts ad-hoc.&lt;/p&gt;
&lt;h2 id="scripting-con-zap"&gt;Scripting con ZAP
&lt;/h2&gt;&lt;p&gt;JavaScript, Python, Groovy para hooks personalizados. Scripts passive/active/extender. Automatización de autenticación y sesiones.&lt;/p&gt;
&lt;h2 id="api-de-zap"&gt;API de ZAP
&lt;/h2&gt;&lt;p&gt;REST API completa. Integración con Postman, curl, cualquier lenguaje. Control total de escaneos, contextos y alerts.&lt;/p&gt;
&lt;h2 id="contextos-y-autenticación"&gt;Contextos y autenticación
&lt;/h2&gt;&lt;p&gt;Define contextos de aplicación (URLs, include/exclude). Autenticación basada en formularios, JSON API, OAuth. Manejo de sesiones.&lt;/p&gt;</description></item><item><title>GitHub Actions: Técnicas avanzadas</title><link>https://takao.blog/es/web/github-actions-advanced/</link><pubDate>Tue, 16 Apr 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/es/web/github-actions-advanced/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/github-actions-advanced-es.png" alt="Featured image of post GitHub Actions: Técnicas avanzadas" /&gt;&lt;p&gt;Más allá de los workflows básicos, GitHub Actions ofrece matrices, reutilización, entornos y despliegues avanzados.&lt;/p&gt;
&lt;h2 id="build-matrix"&gt;Build Matrix
&lt;/h2&gt;&lt;p&gt;Ejecuta el mismo job en múltiples configuraciones: SO, versión de Node, dependencias. Acelera la retroalimentación de compatibilidad.&lt;/p&gt;
&lt;h2 id="reusable-workflows"&gt;Reusable Workflows
&lt;/h2&gt;&lt;p&gt;Define un workflow en &lt;code&gt;.github/workflows/reusable.yml&lt;/code&gt; con &lt;code&gt;workflow_call&lt;/code&gt;. Reutiliza en otros workflows con &lt;code&gt;uses: ./&lt;/code&gt;. Reduce duplicación.&lt;/p&gt;
&lt;h2 id="entornos-y-approval-gates"&gt;Entornos y approval gates
&lt;/h2&gt;&lt;p&gt;Entornos con reviewers requeridos antes de desplegar a producción. Variables de entorno y secretos por ambiente. Protección de ramas.&lt;/p&gt;</description></item></channel></rss>