fortify-cicd-integration

Generate platform-aware Fortify CI/CD workflow guidance from repository analysis.

18|1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/fortify/skills --skill fortify-cicd-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fortify-cicd-integration
Source: https://github.com/fortify/skills/tree/main/skills/fortify-cicd-integration
Command: npx skills add https://github.com/fortify/skills --skill fortify-cicd-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Fortify CI/CD integration across multiple platforms is often error-prone and time-consuming; this Skill provides a structured, platform-aware approach to embed Fortify scanning into existing pipelines with minimal friction.

Core Features & Use Cases

  • Platform discovery: automatically detects the active CI/CD environment (GitHub Actions, GitLab CI, Azure DevOps, Jenkins) and aligns the Fortify workflow accordingly.
  • Fortify deployment awareness: identifies FoD or SSC deployment and recommends authentication methods and URL handling that avoid secrets in code.
  • Environment inference: analyzes build manifests to infer language/toolchains and produces a tailored workflow outline plus pointers to official docs.
  • Clarification prompts: detects missing inputs (e.g., FoD/SSC, region) and guides the user to provide them before final generation.
  • Reference-driven: references platform-specific guidance files to ensure alignment with supported actions and plugins.

Quick Start

Ask me to generate a Fortify CI/CD integration workflow tailored to your repository and chosen deployment (FoD or SSC).

Frequently Asked Questions about fortify-cicd-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Fortify scanning into my GitHub Actions or GitLab CI pipeline?

To integrate Fortify scanning into GitHub Actions or GitLab CI, this Skill analyzes your repository to detect the active CI/CD platform and generates a tailored, platform-aware workflow outline with pointers to official documentation.

Can I use Fortify with both FoD and SSC deployments in Jenkins?

Yes, you can use Fortify with both FoD and SSC deployments in Jenkins. The Skill identifies your specific Fortify deployment type and recommends appropriate authentication methods and URL handling to avoid exposing secrets in code.

What is the best way to automate Fortify CI/CD integration across multiple platforms?

The best way to automate Fortify CI/CD integration is to use a reference-driven approach that infers your build toolchain from manifests and generates workflow steps aligned with official platform-specific guidance files.

Does the Fortify CI/CD integration workflow require specifying my deployment region?

Yes, specifying your deployment region is required. The Skill detects missing inputs like FoD or SSC deployment type and region, prompting you to provide these necessary details before generating the final workflow.

Why does my Fortify workflow generation prompt for missing details before creating the pipeline configuration?

Fortify workflow generation prompts for missing details to ensure the generated pipeline configuration is fully functional. It validates required inputs like deployment type and region before creating the output to prevent integration errors.

How does Fortify environment inference work for different build tools?

Fortify environment inference works by analyzing your build manifests to detect the programming language and toolchains. It then produces a tailored workflow outline that aligns scanning steps with your specific build environment.