Skip to content

Commit

Permalink
Update docusaurus/docs/publish-a-plugin/build-automation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Perez <[email protected]>
  • Loading branch information
academo and josmperez authored Jan 27, 2025
1 parent 377859e commit 799371f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/publish-a-plugin/build-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Access the final release zip file directly from the GitHub repository release pa

## Provenance attestation for plugin builds

Provenance attestation adds a layer of security to your plugin builds by creating verifiable records of where and how your plugin was built. This helps users validate that the plugin they're installing was built through your official build process.
Provenance attestation, that is, _a feature that generating verifiable records of the build's origin and process_, enhances the security of your plugin builds. This feature allows users to confirm that the plugin they are installing was created through your official build pipeline.

This feature is currently only available when using GitHub Actions. While using GitHub Actions with provenance attestation is recommended for enhanced security, you can still build and distribute plugins using other CI/CD platforms or manual processes.

Expand Down

0 comments on commit 799371f

Please sign in to comment.