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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
The GitLabPublisher policy now takes the workflow file path in order to
verify attestations, rathen than assuming it will always be gitlab-ci.yml
(#71).
The GitLabPublisher now longer expects claims being passed during construction,
rather the ref and sha claims are extracted from the certificate's extensions,
similar to GitHubPublisher's behavior
(#71).
Changed
Publisher classes (GitLabPublisher and GitHubPublisher) no longer take a claims
dictionary during construction
(#72).