Skip to content

Commit b970fcf

Browse files
docs: refresh plugin scanner submission guide (2.0.874)
1 parent 6601675 commit b970fcf

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
@@ -48,17 +48,17 @@ Wait for the CI to pass on your repo's main branch, then copy the workflow run U
4848
The release metadata below is synced automatically from the latest published HOL scanner release.
4949
5050
```bash
51-
pipx install --force "plugin-scanner==2.0.873"
51+
pipx install --force "plugin-scanner==2.0.874"
5252
plugin-scanner scan . --format text
5353
```
5454

55-
Expected reviewed wheel SHA256: `7f66f4abf5ca7a87d94dcb4b9a444e1aeee06b419f7530f7316a000c031be5ca`
55+
Expected reviewed wheel SHA256: `05148a62bb85617ff4da2fb8cade0341874f2f255675821986208fae1cf93f07`
5656

5757
If you want to verify the exact wheel before install:
5858

5959
```bash
6060
rm -rf .hol-plugin-scanner-dist
61-
python3 -m pip download --only-binary=:all: --no-deps --dest .hol-plugin-scanner-dist "plugin-scanner==2.0.873"
61+
python3 -m pip download --only-binary=:all: --no-deps --dest .hol-plugin-scanner-dist "plugin-scanner==2.0.874"
6262
python3 -m pip hash .hol-plugin-scanner-dist/*.whl
6363
```
6464

@@ -100,7 +100,7 @@ The commands below stay pinned to the same reviewed scanner release used in the
100100

101101
```bash
102102
# Install the current reviewed release
103-
pipx install --force "plugin-scanner==2.0.873"
103+
pipx install --force "plugin-scanner==2.0.874"
104104

105105
# Scan your plugin
106106
plugin-scanner scan . --format text
@@ -112,7 +112,7 @@ plugin-scanner lint . --format text
112112
plugin-scanner verify . --format text
113113
```
114114

115-
Expected reviewed wheel SHA256: `7f66f4abf5ca7a87d94dcb4b9a444e1aeee06b419f7530f7316a000c031be5ca`
115+
Expected reviewed wheel SHA256: `05148a62bb85617ff4da2fb8cade0341874f2f255675821986208fae1cf93f07`
116116

117117
### Required in Your Plugin Repo
118118

0 commit comments

Comments
 (0)