diff --git a/docusaurus/docs/publish-a-plugin/build-automation.md b/docusaurus/docs/publish-a-plugin/build-automation.md index ec0f55fbe..0a9da98bf 100644 --- a/docusaurus/docs/publish-a-plugin/build-automation.md +++ b/docusaurus/docs/publish-a-plugin/build-automation.md @@ -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.