@vibgrate/cli 1.0.51 → 1.0.52
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/DOCS.md +6 -0
- package/README.md +6 -0
- package/package.json +1 -1
package/DOCS.md
CHANGED
|
@@ -625,6 +625,12 @@ Maps security findings into OWASP Top 10 categories for security triage inside e
|
|
|
625
625
|
|
|
626
626
|
### GitHub Actions
|
|
627
627
|
|
|
628
|
+
Use the maintained templates in this package for copy-paste setup:
|
|
629
|
+
|
|
630
|
+
- `examples/github-actions/driftscore-ci.yml` (JSON artifact + drift gate)
|
|
631
|
+
- `examples/github-actions/driftscore-sarif.yml` (SARIF upload to code scanning)
|
|
632
|
+
- `docs/ci/github-actions.md` (integration notes)
|
|
633
|
+
|
|
628
634
|
```yaml
|
|
629
635
|
steps:
|
|
630
636
|
- name: Vibgrate Scan
|
package/README.md
CHANGED
|
@@ -249,6 +249,12 @@ npx @vibgrate/cli scan . --baseline .vibgrate/baseline.json
|
|
|
249
249
|
|
|
250
250
|
### GitHub Actions
|
|
251
251
|
|
|
252
|
+
Use the maintained templates in this package for copy-paste setup:
|
|
253
|
+
|
|
254
|
+
- `examples/github-actions/driftscore-ci.yml` (JSON artifact + drift gate)
|
|
255
|
+
- `examples/github-actions/driftscore-sarif.yml` (SARIF upload to code scanning)
|
|
256
|
+
- `docs/ci/github-actions.md` (integration notes)
|
|
257
|
+
|
|
252
258
|
```yaml
|
|
253
259
|
- name: Vibgrate scan
|
|
254
260
|
env:
|