onyx-devtools-audit 0.13.0__py3-none-win_amd64.whl

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.
README.md ADDED
@@ -0,0 +1,20 @@
1
+ # Onyx Devtools Audit
2
+
3
+ `ods-audit` is the vulnerability auditor of [`ods`](../ods/README.md), the
4
+ [onyx.app](https://github.com/onyx-dot-app/onyx) devtools utility script.
5
+
6
+ It scans lockfiles, container images, open Dependabot alerts, and the GitHub
7
+ Actions pinned in `.github` against [OSV.dev](https://osv.dev), and it gates
8
+ deploys on the result.
9
+
10
+ It ships as its own wheel because its scanner is about 50 MB, most of the size
11
+ of a combined binary. Install it with the `audit` extra of `onyx-devtools`:
12
+
13
+ ```shell
14
+ uv tool install 'onyx-devtools[audit]'
15
+ ```
16
+
17
+ Then run it as `ods audit`, which forwards to `ods-audit`, or call `ods-audit`
18
+ directly. Both take the same arguments. See the
19
+ [`ods audit` documentation](../ods/README.md#audit---audit-dependencies-for-vulnerabilities)
20
+ for the full reference.
@@ -0,0 +1,35 @@
1
+ Metadata-Version: 2.4
2
+ Name: onyx-devtools-audit
3
+ Version: 0.13.0
4
+ Summary: Vulnerability auditor for onyx-devtools
5
+ Project-URL: Repository, https://github.com/onyx-dot-app/onyx
6
+ Author-email: Onyx AI <founders@onyx.app>
7
+ Keywords: audit,cli,devtools,onyx,osv,vulnerability
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Operating System :: MacOS
10
+ Classifier: Operating System :: Microsoft :: Windows
11
+ Classifier: Operating System :: POSIX :: Linux
12
+ Classifier: Programming Language :: Go
13
+ Requires-Python: >=3.9
14
+ Description-Content-Type: text/markdown
15
+
16
+ # Onyx Devtools Audit
17
+
18
+ `ods-audit` is the vulnerability auditor of [`ods`](../ods/README.md), the
19
+ [onyx.app](https://github.com/onyx-dot-app/onyx) devtools utility script.
20
+
21
+ It scans lockfiles, container images, open Dependabot alerts, and the GitHub
22
+ Actions pinned in `.github` against [OSV.dev](https://osv.dev), and it gates
23
+ deploys on the result.
24
+
25
+ It ships as its own wheel because its scanner is about 50 MB, most of the size
26
+ of a combined binary. Install it with the `audit` extra of `onyx-devtools`:
27
+
28
+ ```shell
29
+ uv tool install 'onyx-devtools[audit]'
30
+ ```
31
+
32
+ Then run it as `ods audit`, which forwards to `ods-audit`, or call `ods-audit`
33
+ directly. Both take the same arguments. See the
34
+ [`ods audit` documentation](../ods/README.md#audit---audit-dependencies-for-vulnerabilities)
35
+ for the full reference.
@@ -0,0 +1,5 @@
1
+ README.md,sha256=8yndGr9Q_e1QXEgq6VqFcUuHcRXqTmKCUdAIJdObF_Y,804
2
+ onyx_devtools_audit-0.13.0.data/scripts/ods-audit,sha256=xweQFT0u6xR6pGix0vs2al6IT7M2t0U80RTTt4JxCxE,46466048
3
+ onyx_devtools_audit-0.13.0.dist-info/METADATA,sha256=-O9fDIajHVlYtCg1Wug8-eTK1nNe1IfaVeOKOcfSh6o,1365
4
+ onyx_devtools_audit-0.13.0.dist-info/WHEEL,sha256=OKr2XcpSNWrtUe-CU6RMYrBnsfqGnZ3jZM4vKnozTRA,94
5
+ onyx_devtools_audit-0.13.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-win_amd64