@johnbillion/plugin-infrastructure 2.7.3 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,6 @@ Provided without support, warranty, guarantee, backwards compatibility, fitness
|
|
|
22
22
|
* Workflow file linting
|
|
23
23
|
* Deployment to WordPress.org
|
|
24
24
|
* GitHub milestone management
|
|
25
|
-
* FAIR metadata generation
|
|
26
25
|
* GitHub build provenance attestation
|
|
27
26
|
* SLSA v1.0 Build level 3 facilitation
|
|
28
27
|
* Ongoing supply chain assurance
|
|
@@ -96,7 +95,6 @@ Plugins that use this library all use a similar setup in their workflows:
|
|
|
96
95
|
* Uses `johnbillion/action-wordpress-plugin-attestation`
|
|
97
96
|
* Fetches the zip from WordPress.org
|
|
98
97
|
* Generates a build provenance attestation if the zip contents matches the build
|
|
99
|
-
* Generates FAIR metadata for the release and opens a PR with the changes
|
|
100
98
|
|
|
101
99
|
### Packagist
|
|
102
100
|
|
|
@@ -114,8 +112,6 @@ Plugins that use this library all use a similar setup in their workflows:
|
|
|
114
112
|
* Uses `reusable-verify-distribution.yml`
|
|
115
113
|
* Verifies the provenance of the plugin on WordPress.org
|
|
116
114
|
* Verifies the `api.wordpress.org` response for the plugin info
|
|
117
|
-
* Verifies the PLC DID, its full log, its FAIR service endpoint, and its FAIR metadata
|
|
118
|
-
* Fetches and updates the DID PLC log
|
|
119
115
|
|
|
120
116
|
## Licence
|
|
121
117
|
|