audit

AuditHandler audits the provided manifest.

This endpoint audits the provided manifest for issues.

post/audit

Request body

manifeststring

Manifest is the content to be audited.

Response

Audit results

messagestring

Message provides a detailed human-readable description of the issue.

scannerstring

Scanner is the name of the scanner that discovered the issue.

severityinteger

Severity indicates how critical the issue is, using the IssueSeverityLevel constants.

titlestring

Title is a brief summary of the issue.

Changes