Closed graza-io closed 1 year ago
References This is a child nestable object on repository. GraphQL Docs
repository
Once in place, this can be used to extend the security reports in the GitHub mods.
Quick Example
Note: Not all available fields are included in the below example but it's designed to give a reference point.
query { repository(owner:"turbot", name:"steampipe") { nameWithOwner, hasVulnerabilityAlertsEnabled, vulnerabilityAlerts(first:100) { pageInfo {hasNextPage,endCursor} totalCount nodes{ id, fixedAt, vulnerableManifestPath, securityAdvisory { cvss { vectorString, score }, classification, description }, securityVulnerability { package { name, ecosystem } } } } } }
References This is a child nestable object on
repository
. GraphQL DocsOnce in place, this can be used to extend the security reports in the GitHub mods.
Quick Example