JFrog · Arazzo Workflow
JFrog Secure Publish Artifact
Version 1.0.0
Deploy an artifact then immediately scan it with Xray for issues.
View Spec
View on GitHub
ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply ChainArazzoWorkflows
Provider
Workflows
secure-publish-artifact
Deploy an artifact and scan it with Xray in one flow.
Deploys an artifact to Artifactory, triggers an Xray scan for its component, then reads the artifact security summary back.
1
deploy
$sourceDescriptions.artifactoryApi.deployArtifact
Deploy the artifact to the target repository path.
2
scan
$sourceDescriptions.xrayApi.scanArtifact
Trigger an Xray scan for the deployed artifact's component.
3
summary
$sourceDescriptions.xrayApi.getArtifactSummary
Read the artifact summary to capture the security issues and licenses for the freshly published artifact.
Source API Descriptions
openapi