Skip to content

Commit

Permalink
Add support for uploading attestations in legacy API (#15952)
Browse files Browse the repository at this point in the history
* Add support for uploading attestations in legacy API

* Move attestation processing to helper function

* legacy: remove metrics param

Signed-off-by: William Woodruff <[email protected]>

* lintage

Signed-off-by: William Woodruff <[email protected]>

* bump pypi-attestations, use AttestationType

Signed-off-by: William Woodruff <[email protected]>

---------

Signed-off-by: William Woodruff <[email protected]>
Co-authored-by: William Woodruff <[email protected]>
Co-authored-by: Dustin Ingram <[email protected]>
  • Loading branch information
3 people authored Jul 11, 2024
1 parent fe38096 commit 5940bd9
Show file tree
Hide file tree
Showing 7 changed files with 858 additions and 5 deletions.
2 changes: 2 additions & 0 deletions requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ redis>=2.8.0,<6.0.0
rfc3986
sentry-sdk
setuptools
sigstore~=3.0.0
pypi-attestations==0.0.8
sqlalchemy[asyncio]>=2.0,<3.0
stdlib-list
stripe
Expand Down
193 changes: 188 additions & 5 deletions requirements/main.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 5940bd9

Please sign in to comment.