Red Hat · Arazzo Workflow
Red Hat Quay Audit Repository Tags
Version 1.0.0
Read a repository, list its tags, and pull the security report for the latest tag's manifest.
View Spec
View on GitHub
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen SourceArazzoWorkflows
Provider
Workflows
audit-repository-tags
Confirm a repository, list tags, and scan the most recent tag's manifest.
Gets a repository, lists its tags, and uses the first returned tag's manifest digest to retrieve a vulnerability report.
1
getRepository
getRepository
Retrieve the repository to confirm it exists before enumerating its tags. The repository path is the namespace/name pair.
2
listTags
listRepositoryTags
List the repository's tags, most recent first, and capture the manifest digest of the first returned tag.
3
scanManifest
getManifestSecurity
Retrieve the security scan report, including detailed vulnerability information, for the latest tag's manifest.