@conterra/vuln-scan 0.0.19 → 0.0.21

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 CHANGED
@@ -98,13 +98,13 @@ The following sample lists all available options with their default values:
98
98
 
99
99
  /* Defines if the process should fail or only log a warning or ignore vulnerabilities.
100
100
  If "fail" exit 1 is called.
101
- If "warn" the log statement "##vso[task.complete result=SucceededWithIssues;]NEW_VULNERABILITIES_DETECTED" is issued.
101
+ If "warn" the log statement "##vso[task.complete result=SucceededWithIssues;] is issued.
102
102
  If "ignore" nothing happens.
103
103
  */
104
104
  "onNewVulnerabilities": "fail",
105
105
  /* Defines if the process should fail or only log a warning or ignore no longer detected vulnerabilities.
106
106
  If "fail" exit 1 is called.
107
- If "warn" the log statement "##vso[task.complete result=SucceededWithIssues;]NO_LONGER_DETECTED_VULNERABILITIES" is issued.
107
+ If "warn" the log statement "##vso[task.complete result=SucceededWithIssues;] is issued.
108
108
  If "ignore" nothing happens.
109
109
  */
110
110
  "onNoLongerDetectedVulnerabilities": "ignore",
@@ -400,8 +400,7 @@ Setup:
400
400
  1. Checkout via git
401
401
  2. Run `npm install`
402
402
 
403
-
404
403
  Run tests (vitest): `npm test` (watch mode)
405
- - To run tests once (without watch), use `npm test run`.
404
+ To run tests once (without watch), use `npm test run`.
406
405
 
407
- Build the project (esbuild): `npm run build` (or `watch`)
406
+ Build the project (esbuild): `npm run build` (or `watch`)