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.
@@ -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
- npx coverme-security-scanner .coverme/scan.json security-assessment-$(date +%Y-%m-%d).pdf && open security-assessment-$(date +%Y-%m-%d).pdf
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coverme-security-scanner",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "description": "AI-powered security assessment reports with beautiful PDF output",
5
5
  "type": "module",
6
6
  "bin": {