@greenarmor/ges-scanner-integration 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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @greenarmor/ges-scanner-integration
|
|
2
2
|
|
|
3
|
-
Security scanner integrations for the
|
|
3
|
+
Security scanner integrations for the Green Engineering Standard Framework (GESF).
|
|
4
4
|
|
|
5
5
|
Wraps industry-standard security scanners — Trivy, Gitleaks, Semgrep, npm audit, and pnpm audit — into a unified interface with structured results.
|
|
6
6
|
|
|
@@ -53,8 +53,8 @@ Scanners that are not installed are gracefully skipped with a `not_available` st
|
|
|
53
53
|
|
|
54
54
|
## Related Packages
|
|
55
55
|
|
|
56
|
-
-
|
|
57
|
-
-
|
|
56
|
+
- `@greenarmor/ges-core` — Types and constants
|
|
57
|
+
- `@greenarmor/ges-cicd-generator` — CI/CD workflow generation
|
|
58
58
|
|
|
59
59
|
## License
|
|
60
60
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@greenarmor/ges-scanner-integration",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "GESF Scanner Integration - Trivy, Gitleaks, Semgrep, npm audit",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@greenarmor/ges-core": "1.0.
|
|
15
|
+
"@greenarmor/ges-core": "1.0.1"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"typescript": "^6.0.0",
|