@scantrix/cli 1.0.0 → 1.0.1
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 +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="docs/scantrix-logo-light.svg" alt="Scantrix" width="420" />
|
|
2
|
+
<img src="https://raw.githubusercontent.com/Scantrix/scantrix/main/docs/scantrix-logo-light.svg" alt="Scantrix" width="420" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h3 align="center">
|
|
@@ -35,7 +35,7 @@ Most tools tell you a test failed. **Scantrix tells you why your entire approach
|
|
|
35
35
|
No test execution. No credentials. No file modifications. Just root causes.
|
|
36
36
|
|
|
37
37
|
### EXAMPLE FINDING
|
|
38
|
-
|
|
38
|
+
<img src="https://raw.githubusercontent.com/Scantrix/scantrix/main/docs/images/findings.png" width="800" />
|
|
39
39
|
|
|
40
40
|
### KEY CAPABILITIES
|
|
41
41
|
>
|
|
@@ -52,11 +52,11 @@ Most tools tell you a test failed. **Scantrix tells you why your entire approach
|
|
|
52
52
|
|
|
53
53
|
### RISK OVERVIEW
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
<img src="https://raw.githubusercontent.com/Scantrix/scantrix/main/docs/images/risks.png" width="800" />
|
|
56
56
|
|
|
57
57
|
### RECOMMENDED ACTIONS
|
|
58
58
|
|
|
59
|
-
|
|
59
|
+
<img src="https://raw.githubusercontent.com/Scantrix/scantrix/main/docs/images/recommendations.png" width="800" />
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
## What Scantrix Diagnoses
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scantrix/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Static analysis and configuration-aware auditing engine for automation repositories",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"author": "Scantrix",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"engines": {
|
|
31
|
-
"node": ">=
|
|
31
|
+
"node": ">=20"
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
34
|
"dist/",
|