coverme-security-scanner 3.3.0 → 3.4.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/commands/coverme.md +1 -1
- package/package.json +1 -1
package/commands/coverme.md
CHANGED
|
@@ -300,7 +300,7 @@ After all agents complete, compile their findings into a JSON file with this enh
|
|
|
300
300
|
Save the JSON to `.coverme/scan.json` in the project root, then generate the PDF:
|
|
301
301
|
|
|
302
302
|
```bash
|
|
303
|
-
|
|
303
|
+
coverme .coverme/scan.json security-assessment-$(date +%Y-%m-%d).pdf && open security-assessment-$(date +%Y-%m-%d).pdf
|
|
304
304
|
```
|
|
305
305
|
|
|
306
306
|
**IMPORTANT:** You MUST run this command to generate and open the PDF. Do not skip this step.
|