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: README.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Socket Python CLI for Socket scans, diff reporting, reachability analysis, and SARIF/GitLab exports.
4
4
5
-
Comprehensive docs are available in [`docs/`](docs/) for full flag reference, CI/CD-specific guidance, and contributor setup.
5
+
Comprehensive docs are available in [`docs/`](https://github.com/SocketDev/socket-python-cli/tree/main/docs) for full flag reference, CI/CD-specific guidance, and contributor setup.
6
6
7
7
## Quick start
8
8
@@ -27,8 +27,8 @@ socketcli --target-path .
27
27
## Common use cases
28
28
29
29
This section covers the paved path/common workflows.
30
-
For advanced options and exhaustive details, see [`docs/cli-reference.md`](docs/cli-reference.md).
31
-
For CI/CD-specific guidance, see [`docs/ci-cd.md`](docs/ci-cd.md).
30
+
For advanced options and exhaustive details, see [`docs/cli-reference.md`](https://github.com/SocketDev/socket-python-cli/blob/main/docs/cli-reference.md).
31
+
For CI/CD-specific guidance, see [`docs/ci-cd.md`](https://github.com/SocketDev/socket-python-cli/blob/main/docs/ci-cd.md).
32
32
33
33
### Basic policy scan (no SARIF)
34
34
@@ -91,7 +91,7 @@ socketcli \
91
91
Dashboard parity note:
92
92
- Full-scope SARIF is the closest match for dashboard-style filtering.
93
93
- Exact result counts can still differ from the dashboard due to backend/API consolidation differences and grouping semantics.
94
-
- See [`docs/troubleshooting.md#dashboard-vs-cli-result-counts`](docs/troubleshooting.md#dashboard-vs-cli-result-counts).
94
+
- See [`docs/troubleshooting.md#dashboard-vs-cli-result-counts`](https://github.com/SocketDev/socket-python-cli/blob/main/docs/troubleshooting.md#dashboard-vs-cli-result-counts).
0 commit comments