github-early-access / generate-build-provenance

Publish a signed build provenance from your GitHub Actions workflow
MIT License
63 stars 30 forks source link

support ACR auth via identity token #115

Closed bdehamer closed 9 months ago

bdehamer commented 9 months ago

Fixes https://github.com/github-early-access/generate-build-provenance/issues/114

Updates the getRegistryCredentials function to properly handle an identitytoken value if it is present. This value is used when authenticating with Azure Container Registry via workload identity federation.