@@ -59,17 +59,17 @@ Wait for the CI to pass on your repo's main branch, then copy the workflow run U
5959The release metadata below is synced automatically from the latest published HOL scanner release.
6060
6161` ` ` bash
62- pipx install --force "plugin-scanner==2.0.952 "
62+ pipx install --force "plugin-scanner==2.0.953 "
6363plugin-scanner scan . --format text
6464```
6565
66- Expected reviewed wheel SHA256: ` 210f139a9b471fa6cea219dd8135ef5f699fd8dfdfb910c9ca4748ae2c86aa53 `
66+ Expected reviewed wheel SHA256: ` 5a3958d1949414b3413cca1ec3b9359ffb5ae72127fec9d6f6f781eda907d447 `
6767
6868If you want to verify the exact wheel before install:
6969
7070``` bash
7171rm -rf .hol-plugin-scanner-dist
72- python3 -m pip download --only-binary=:all: --no-deps --dest .hol-plugin-scanner-dist " plugin-scanner==2.0.952 "
72+ python3 -m pip download --only-binary=:all: --no-deps --dest .hol-plugin-scanner-dist " plugin-scanner==2.0.953 "
7373python3 -m pip hash .hol-plugin-scanner-dist/* .whl
7474```
7575
@@ -127,7 +127,7 @@ The commands below stay pinned to the same reviewed scanner release used in the
127127
128128``` bash
129129# Install the current reviewed release
130- pipx install --force " plugin-scanner==2.0.952 "
130+ pipx install --force " plugin-scanner==2.0.953 "
131131
132132# Scan your plugin
133133plugin-scanner scan . --format text
@@ -139,7 +139,7 @@ plugin-scanner lint . --format text
139139plugin-scanner verify . --format text
140140```
141141
142- Expected reviewed wheel SHA256: ` 210f139a9b471fa6cea219dd8135ef5f699fd8dfdfb910c9ca4748ae2c86aa53 `
142+ Expected reviewed wheel SHA256: ` 5a3958d1949414b3413cca1ec3b9359ffb5ae72127fec9d6f6f781eda907d447 `
143143
144144### Required in Your Plugin Repo
145145
0 commit comments