JFrog · Arazzo Workflow

JFrog Xray Scan Build

Version 1.0.0

Trigger an Xray CI build scan then read the build security summary.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply ChainArazzoWorkflows

Provider

jfrog

Workflows

scan-build
Scan a build with Xray and retrieve its issue summary.
Initiates a v2 CI scan for the build, then requests the build summary to read back security issues.
2 steps inputs: buildName, buildNumber outputs: issues, scanInfo
1
triggerBuildScan
Trigger an on-demand v2 Xray scan for the supplied build name and number.
2
buildSummary
Read the build summary to capture the security issues found for the build.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: JFrog Xray Scan Build
  summary: Trigger an Xray CI build scan then read the build security summary.
  description: >-
    The CI gate flow for build scanning. The workflow triggers an on-demand
    Xray scan for a build name and number, then reads the build summary to
    capture the resulting issues so a pipeline can decide whether to fail. Every
    step spells out its request inline so the flow can be read and executed
    without opening the underlying OpenAPI description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-620.40
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-620.40
      capability_name: Vulnerability Management
      spec: jfrog-scanning-api-openapi.yml
      confidence: 0.75
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: scanningApi
  url: ../openapi/jfrog-scanning-api-openapi.yml
  type: openapi
- name: summaryApi
  url: ../openapi/jfrog-summary-api-openapi.yml
  type: openapi
workflows:
- workflowId: scan-build
  summary: Scan a build with Xray and retrieve its issue summary.
  description: >-
    Initiates a v2 CI scan for the build, then requests the build summary to
    read back security issues.
  inputs:
    type: object
    required:
    - buildName
    - buildNumber
    properties:
      buildName:
        type: string
        description: The build name to scan.
      buildNumber:
        type: string
        description: The build number to scan.
  steps:
  - stepId: triggerBuildScan
    description: >-
      Trigger an on-demand v2 Xray scan for the supplied build name and number.
    operationId: scanBuild
    requestBody:
      contentType: application/json
      payload:
        buildName: $inputs.buildName
        buildNumber: $inputs.buildNumber
        rescan: true
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      info: $response.body#/info
  - stepId: buildSummary
    description: >-
      Read the build summary to capture the security issues found for the build.
    operationId: getBuildSummary
    requestBody:
      contentType: application/json
      payload:
        build_name: $inputs.buildName
        build_number: $inputs.buildNumber
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      issues: $response.body#/issues
  outputs:
    scanInfo: $steps.triggerBuildScan.outputs.info
    issues: $steps.buildSummary.outputs.issues

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/jfrog-xray-scan-build-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.