pentesting 0.90.1 → 0.90.2
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 +2 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -81,10 +81,9 @@ docker run -it --rm \
|
|
|
81
81
|
agnusdei1207/builder:latest
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
For
|
|
84
|
+
For the Docker Compose facade, use the public `compose.yaml` from the public repo or mirrored docs:
|
|
85
85
|
|
|
86
86
|
```bash
|
|
87
|
-
docker compose up -d postgres
|
|
88
87
|
PENTESTING_PROJECT_DIR=/path/to/project docker compose run pentesting
|
|
89
88
|
```
|
|
90
89
|
|
|
@@ -143,7 +142,7 @@ NPM_TOKEN=... npm run pentesting:publish -- 0.90.1
|
|
|
143
142
|
## Further reading
|
|
144
143
|
|
|
145
144
|
- public Builder runtime docs and Docker guidance
|
|
146
|
-
- the mirrored public `compose.yaml` facade for
|
|
145
|
+
- the mirrored public `compose.yaml` facade for Docker sessions
|
|
147
146
|
- the Builder release asset matching your OS/CPU target
|
|
148
147
|
|
|
149
148
|
---
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pentesting",
|
|
3
|
-
"version": "0.90.
|
|
3
|
+
"version": "0.90.2",
|
|
4
4
|
"description": "Public pentesting facade for Builder",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
|
-
"pentesting": "
|
|
8
|
-
"builder": "
|
|
7
|
+
"pentesting": "bin/pentesting.mjs",
|
|
8
|
+
"builder": "bin/pentesting.mjs"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"bin",
|