Skip to content

Commit b9fb3a5

Browse files
docs: refresh plugin scanner submission guide (2.0.953)
1 parent 16bd514 commit b9fb3a5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ Wait for the CI to pass on your repo's main branch, then copy the workflow run U
5959
The 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"
6363
plugin-scanner scan . --format text
6464
```
6565

66-
Expected reviewed wheel SHA256: `210f139a9b471fa6cea219dd8135ef5f699fd8dfdfb910c9ca4748ae2c86aa53`
66+
Expected reviewed wheel SHA256: `5a3958d1949414b3413cca1ec3b9359ffb5ae72127fec9d6f6f781eda907d447`
6767

6868
If you want to verify the exact wheel before install:
6969

7070
```bash
7171
rm -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"
7373
python3 -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
133133
plugin-scanner scan . --format text
@@ -139,7 +139,7 @@ plugin-scanner lint . --format text
139139
plugin-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

Comments
 (0)