Skip to content

Commit

Permalink
Update src/pypi_attestations/_impl.py
Browse files Browse the repository at this point in the history
Co-authored-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
facutuesca and woodruffw authored Nov 19, 2024
1 parent 79eea19 commit 8633397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypi_attestations/_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def __init__(self, repository: str, workflow_filepath: str) -> None:
self._repository = repository
self._workflow_filepath = workflow_filepath
# This policy must also satisfy some baseline underlying policies:
# the issuer must be GitHub Actions, and the repo must be the one
# the issuer must be GitLab, and the repo must be the one
# we expect.
self._subpolicy = policy.AllOf(
[
Expand Down

0 comments on commit 8633397

Please sign in to comment.