You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli-reference.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -753,8 +753,9 @@ When `--enable-gitlab-security` (or `--enable-json` / `--enable-sarif`) is used
753
753
- Ensure the report file follows the correct schema format
754
754
755
755
**Empty vulnerabilities array:**
756
-
- This is normal if no new security issues were detected in diff mode
757
-
- For full scans, ensure you are using `--enable-gitlab-security` so alert data is fetched
756
+
- The GitLab report includes both new and existing alerts, so repeated scans of the same repo should still populate the report as long as Socket detects actionable issues
757
+
- If the report is empty, verify the Socket dashboard shows alerts for the scanned packages -- an empty report means no error/warn-level alerts exist
758
+
- For full scans (non-diff mode), ensure you are using `--enable-gitlab-security` so alert data is fetched
758
759
- Check Socket.dev dashboard for full analysis details
0 commit comments