You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: descriptions/api.github.com/api.github.com.2022-11-28.json
+149Lines changed: 149 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69661,6 +69661,155 @@
69661
69661
}
69662
69662
}
69663
69663
},
69664
+
"/users/{username}/attestations/bulk-list": {
69665
+
"post": {
69666
+
"summary": "List attestations by bulk subject digests",
69667
+
"description": "List a collection of artifact attestations associated with any entry in a list of subject digests owned by a user.\n\nThe collection of attestations returned by this endpoint is filtered according to the authenticated user's permissions; if the authenticated user cannot read a repository, the attestations associated with that repository will not be included in the response. In addition, when using a fine-grained access token the `attestations:read` permission is required.\n\n**Please note:** in order to offer meaningful security benefits, an attestation's signature and timestamps **must** be cryptographically verified, and the identity of the attestation signer **must** be validated. Attestations can be verified using the [GitHub CLI `attestation verify` command](https://cli.github.com/manual/gh_attestation_verify). For more information, see [our guide on how to use artifact attestations to establish a build's provenance](https://docs.github.com/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).",
"description": "List of subject digests to fetch attestations for.",
69703
+
"minItems": 1,
69704
+
"maxItems": 1024
69705
+
},
69706
+
"predicate_type": {
69707
+
"type": "string",
69708
+
"description": "Optional filter for fetching attestations with a given predicate type.\nThis option accepts `provenance`, `sbom`, or freeform text for custom predicate types."
0 commit comments