shieldops-cli 1.0.2__tar.gz → 1.0.3__tar.gz
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.
- {shieldops_cli-1.0.2/shieldops_cli.egg-info → shieldops_cli-1.0.3}/PKG-INFO +10 -7
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/README.md +9 -6
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/pyproject.toml +1 -1
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/__init__.py +1 -1
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3/shieldops_cli.egg-info}/PKG-INFO +10 -7
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/LICENSE +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/setup.cfg +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/api_client.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/auth.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/commands/__init__.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/commands/analyze.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/commands/autofix.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/commands/compose_gen.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/commands/compose_scan.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/commands/config_cmd.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/commands/k8s_scan.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/commands/sbom.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/commands/scan_image.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/commands/tui.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/config.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/formatters/__init__.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/formatters/json_fmt.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/formatters/sarif.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/formatters/summary.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/formatters/table.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/local_analyzer.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli/main.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli.egg-info/SOURCES.txt +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli.egg-info/dependency_links.txt +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli.egg-info/entry_points.txt +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli.egg-info/requires.txt +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/shieldops_cli.egg-info/top_level.txt +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/tests/test_analyze.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/tests/test_auth.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/tests/test_formatters.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/tests/test_phase2_validation.py +0 -0
- {shieldops_cli-1.0.2 → shieldops_cli-1.0.3}/tests/test_score_zero_bug.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: shieldops-cli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: ShieldOps AI — Security scanner CLI for Docker, Kubernetes, Compose, SBOM, and more.
|
|
5
5
|
Author-email: ShieldOps AI <support@shieldops.ai>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -40,11 +40,11 @@ Dynamic: license-file
|
|
|
40
40
|
[](https://shieldops-ai.dev)
|
|
41
41
|
|
|
42
42
|
<p align="center">
|
|
43
|
-
<img src="docs/screenshots/tui-session.
|
|
43
|
+
<img src="https://raw.githubusercontent.com/mohammedabdallahcv-creator/shieldops-cli/main/docs/screenshots/tui-session.png" alt="ShieldOps TUI interactive session" width="800">
|
|
44
44
|
</p>
|
|
45
45
|
|
|
46
46
|
<p align="center">
|
|
47
|
-
<img src="docs/screenshots/cli-output.
|
|
47
|
+
<img src="https://raw.githubusercontent.com/mohammedabdallahcv-creator/shieldops-cli/main/docs/screenshots/cli-output.png" alt="ShieldOps CLI scan results" width="800">
|
|
48
48
|
</p>
|
|
49
49
|
|
|
50
50
|
---
|
|
@@ -126,11 +126,14 @@ pip install shieldops-cli
|
|
|
126
126
|
|
|
127
127
|
### `analyze` — Dockerfile Security Scan
|
|
128
128
|
|
|
129
|
+
Runs locally by default (no API key). Use `--api` for cloud AI analysis.
|
|
130
|
+
|
|
129
131
|
```bash
|
|
130
|
-
shieldops analyze Dockerfile
|
|
131
|
-
shieldops analyze Dockerfile --
|
|
132
|
-
shieldops analyze Dockerfile --
|
|
133
|
-
shieldops analyze Dockerfile --
|
|
132
|
+
shieldops analyze Dockerfile # local (free, unlimited)
|
|
133
|
+
shieldops analyze Dockerfile --api # cloud AI (requires login)
|
|
134
|
+
shieldops analyze Dockerfile --format json --output report.json
|
|
135
|
+
shieldops analyze Dockerfile --fail-on high # CI/CD gate
|
|
136
|
+
shieldops analyze Dockerfile --open-report # open browser report
|
|
134
137
|
```
|
|
135
138
|
|
|
136
139
|
### `autofix` — AI-Powered Dockerfile Fix
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
[](https://shieldops-ai.dev)
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
<img src="docs/screenshots/tui-session.
|
|
12
|
+
<img src="https://raw.githubusercontent.com/mohammedabdallahcv-creator/shieldops-cli/main/docs/screenshots/tui-session.png" alt="ShieldOps TUI interactive session" width="800">
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
<p align="center">
|
|
16
|
-
<img src="docs/screenshots/cli-output.
|
|
16
|
+
<img src="https://raw.githubusercontent.com/mohammedabdallahcv-creator/shieldops-cli/main/docs/screenshots/cli-output.png" alt="ShieldOps CLI scan results" width="800">
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
19
|
---
|
|
@@ -95,11 +95,14 @@ pip install shieldops-cli
|
|
|
95
95
|
|
|
96
96
|
### `analyze` — Dockerfile Security Scan
|
|
97
97
|
|
|
98
|
+
Runs locally by default (no API key). Use `--api` for cloud AI analysis.
|
|
99
|
+
|
|
98
100
|
```bash
|
|
99
|
-
shieldops analyze Dockerfile
|
|
100
|
-
shieldops analyze Dockerfile --
|
|
101
|
-
shieldops analyze Dockerfile --
|
|
102
|
-
shieldops analyze Dockerfile --
|
|
101
|
+
shieldops analyze Dockerfile # local (free, unlimited)
|
|
102
|
+
shieldops analyze Dockerfile --api # cloud AI (requires login)
|
|
103
|
+
shieldops analyze Dockerfile --format json --output report.json
|
|
104
|
+
shieldops analyze Dockerfile --fail-on high # CI/CD gate
|
|
105
|
+
shieldops analyze Dockerfile --open-report # open browser report
|
|
103
106
|
```
|
|
104
107
|
|
|
105
108
|
### `autofix` — AI-Powered Dockerfile Fix
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: shieldops-cli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: ShieldOps AI — Security scanner CLI for Docker, Kubernetes, Compose, SBOM, and more.
|
|
5
5
|
Author-email: ShieldOps AI <support@shieldops.ai>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -40,11 +40,11 @@ Dynamic: license-file
|
|
|
40
40
|
[](https://shieldops-ai.dev)
|
|
41
41
|
|
|
42
42
|
<p align="center">
|
|
43
|
-
<img src="docs/screenshots/tui-session.
|
|
43
|
+
<img src="https://raw.githubusercontent.com/mohammedabdallahcv-creator/shieldops-cli/main/docs/screenshots/tui-session.png" alt="ShieldOps TUI interactive session" width="800">
|
|
44
44
|
</p>
|
|
45
45
|
|
|
46
46
|
<p align="center">
|
|
47
|
-
<img src="docs/screenshots/cli-output.
|
|
47
|
+
<img src="https://raw.githubusercontent.com/mohammedabdallahcv-creator/shieldops-cli/main/docs/screenshots/cli-output.png" alt="ShieldOps CLI scan results" width="800">
|
|
48
48
|
</p>
|
|
49
49
|
|
|
50
50
|
---
|
|
@@ -126,11 +126,14 @@ pip install shieldops-cli
|
|
|
126
126
|
|
|
127
127
|
### `analyze` — Dockerfile Security Scan
|
|
128
128
|
|
|
129
|
+
Runs locally by default (no API key). Use `--api` for cloud AI analysis.
|
|
130
|
+
|
|
129
131
|
```bash
|
|
130
|
-
shieldops analyze Dockerfile
|
|
131
|
-
shieldops analyze Dockerfile --
|
|
132
|
-
shieldops analyze Dockerfile --
|
|
133
|
-
shieldops analyze Dockerfile --
|
|
132
|
+
shieldops analyze Dockerfile # local (free, unlimited)
|
|
133
|
+
shieldops analyze Dockerfile --api # cloud AI (requires login)
|
|
134
|
+
shieldops analyze Dockerfile --format json --output report.json
|
|
135
|
+
shieldops analyze Dockerfile --fail-on high # CI/CD gate
|
|
136
|
+
shieldops analyze Dockerfile --open-report # open browser report
|
|
134
137
|
```
|
|
135
138
|
|
|
136
139
|
### `autofix` — AI-Powered Dockerfile Fix
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|