gadriel 1.1.5 → 1.2.0
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 +9 -5
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -5,6 +5,10 @@ SAST, SCA, secret, config, container, and API scans over your codebase and
|
|
|
5
5
|
integrates with AI coding agents (Claude Code, Cursor, Copilot) via git hooks
|
|
6
6
|
and an MCP server.
|
|
7
7
|
|
|
8
|
+
> **📖 Full documentation:** **[https://gadriel.ai/docs](https://gadriel.ai/docs)**
|
|
9
|
+
> — installation, authentication, first run, the CLI reference, supported
|
|
10
|
+
> languages, AI-assistant integration, false-positive handling, and more.
|
|
11
|
+
|
|
8
12
|
> **Beta program:** This release is part of the Gadriel developer beta.
|
|
9
13
|
> Sign up at [https://app.gadriel.ai/developers/](https://app.gadriel.ai/developers/)
|
|
10
14
|
> to get your CLI token.
|
|
@@ -172,7 +176,7 @@ open .security/reports/index.html
|
|
|
172
176
|
|
|
173
177
|
## Getting started (full guide)
|
|
174
178
|
|
|
175
|
-
Full onboarding guide: [docs
|
|
179
|
+
Full onboarding guide: [https://gadriel.ai/docs](https://gadriel.ai/docs)
|
|
176
180
|
|
|
177
181
|
## Code-security commands
|
|
178
182
|
|
|
@@ -232,11 +236,11 @@ Slash commands available:
|
|
|
232
236
|
| `2` | Tooling error / crash |
|
|
233
237
|
| `7` | Auth required — run `gadriel auth login` |
|
|
234
238
|
|
|
235
|
-
## Documentation
|
|
239
|
+
## Documentation & support
|
|
236
240
|
|
|
237
|
-
-
|
|
238
|
-
-
|
|
239
|
-
-
|
|
241
|
+
- **Full docs: https://gadriel.ai/docs**
|
|
242
|
+
- Getting started / CLI tokens: https://app.gadriel.ai/developers/
|
|
243
|
+
- Support: https://gadriel.ai/docs
|
|
240
244
|
|
|
241
245
|
## License
|
|
242
246
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gadriel",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Gadriel - Code-security CLI for AI-assisted development",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"security",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"scanner"
|
|
12
12
|
],
|
|
13
13
|
"homepage": "https://gadriel.ai",
|
|
14
|
-
"bugs": "https://
|
|
14
|
+
"bugs": "https://gadriel.ai/docs",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
17
|
"url": "git+https://github.com/Gadriel-ai/preflight.git",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"node": ">=18"
|
|
37
37
|
},
|
|
38
38
|
"optionalDependencies": {
|
|
39
|
-
"@gadriel/cli-linux-x64": "1.
|
|
40
|
-
"@gadriel/cli-linux-arm64": "1.
|
|
41
|
-
"@gadriel/cli-darwin-x64": "1.
|
|
42
|
-
"@gadriel/cli-darwin-arm64": "1.
|
|
43
|
-
"@gadriel/cli-win32-x64": "1.
|
|
39
|
+
"@gadriel/cli-linux-x64": "1.2.0",
|
|
40
|
+
"@gadriel/cli-linux-arm64": "1.2.0",
|
|
41
|
+
"@gadriel/cli-darwin-x64": "1.2.0",
|
|
42
|
+
"@gadriel/cli-darwin-arm64": "1.2.0",
|
|
43
|
+
"@gadriel/cli-win32-x64": "1.2.0"
|
|
44
44
|
}
|
|
45
45
|
}
|