lula2 0.0.10-nightly.2 → 0.0.10-nightly.3
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 +14 -5
- package/dist/_app/immutable/assets/DynamicControlEditor.DoNLxeLe.css +1 -0
- package/dist/_app/immutable/chunks/{CXaeWEOO.js → BHBfra1F.js} +4 -4
- package/dist/_app/immutable/chunks/{BB-lo5zt.js → BY6Yi-Zs.js} +3 -3
- package/dist/_app/immutable/chunks/BtOhWAVU.js +2 -0
- package/dist/_app/immutable/chunks/{Bty54Wy4.js → C5zWTfmV.js} +1 -1
- package/dist/_app/immutable/chunks/Cby0Z7eP.js +2 -0
- package/dist/_app/immutable/chunks/{BqNBD7oY.js → CoF2vljD.js} +1 -1
- package/dist/_app/immutable/chunks/{Bji8yz-M.js → DYjGp5A7.js} +1 -1
- package/dist/_app/immutable/chunks/{BYKwBiub.js → DnJ0bPgj.js} +1 -1
- package/dist/_app/immutable/chunks/{DUz6FRLu.js → DqsOU3kV.js} +1 -1
- package/dist/_app/immutable/entry/{app.YNUbEqZn.js → app.DDWEjgQ7.js} +2 -2
- package/dist/_app/immutable/entry/start.CGiffpm1.js +1 -0
- package/dist/_app/immutable/nodes/{0.C6MGQ6xT.js → 0.fGnDAkMY.js} +1 -1
- package/dist/_app/immutable/nodes/{1.rUtMMMfb.js → 1.D8KnP-Mc.js} +1 -1
- package/dist/_app/immutable/nodes/{2.6OSdJ1dD.js → 2.B7PrKUDI.js} +1 -1
- package/dist/_app/immutable/nodes/{3.BhgDM4OA.js → 3.g6veSU8F.js} +1 -1
- package/dist/_app/immutable/nodes/{4.nVWoFVyu.js → 4.BFHMjCjj.js} +1 -1
- package/dist/_app/version.json +1 -1
- package/dist/index.html +10 -10
- package/package.json +4 -2
- package/dist/_app/immutable/assets/DynamicControlEditor.BkVTzFZ-.css +0 -1
- package/dist/_app/immutable/chunks/BJF-sFqz.js +0 -2
- package/dist/_app/immutable/chunks/CBYXl-8c.js +0 -2
- package/dist/_app/immutable/entry/start.BB2ie2wK.js +0 -1
package/README.md
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
[](https://snyk.io/advisor/npm-package/lula-next)
|
|
14
14
|
[](https://npmjs.com/package/lula-next)
|
|
15
15
|
[](https://npmjs.com/package/lula-next)
|
|
16
|
+
[](https://codecov.io/gh/defenseunicorns/lula)
|
|
16
17
|
|
|
17
18
|
Bring GitOps principles to compliance management. Lula treats security controls as code, enabling teams to manage compliance frameworks (NIST 800-53, CIS, SOC2) through pull requests, code reviews, and automated workflows—just like your application code in a user-friendly web interface. Your data stays your data--Lula takes spreadsheet imports, lets you drag & drop the UI layout and version control the data as yaml automatically for you.
|
|
18
19
|
|
|
@@ -89,11 +90,19 @@ By default, the web interface is launched as the root command, but if you need t
|
|
|
89
90
|
Analyze pull requests for compliance impact:
|
|
90
91
|
|
|
91
92
|
```bash
|
|
92
|
-
> OWNER=defenseunicorns REPO=
|
|
93
|
-
Commenting on
|
|
94
|
-
UUID `123e4567-e89b-12d3-a456-
|
|
95
|
-
|
|
96
|
-
|
|
93
|
+
> OWNER=defenseunicorns REPO=pepr-excellent-examples PULL_NUMBER=374 GITHUB_TOKEN=$(gh auth token) npx lula2 crawl
|
|
94
|
+
Commenting on hello-pepr-ns-all/capabilities/namespace.ts: **Compliance Alert**:`hello-pepr-ns-all/capabilities/namespace.ts` changed between lines 24–34.
|
|
95
|
+
UUID `123e4567-e89b-12d3-a456-426614174000` may be out of compliance.
|
|
96
|
+
SHA-256 of block contents: `b2cdf6cac0cbb0ffb372acb487900e0d706526ff58979384894e99d50275763e`.
|
|
97
|
+
|
|
98
|
+
Please review the changes to ensure they meet compliance standards.
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
Commenting on hello-pepr-ns-all/ex.yaml: **Compliance Alert**:`hello-pepr-ns-all/ex.yaml` changed between lines 1–6.
|
|
102
|
+
UUID `123e4567-e89b-12d3-a456-426614174001` may be out of compliance.
|
|
103
|
+
SHA-256 of block contents: `c5464d5233e9547ca08cbe1f910966008bad22cc1ab4d05cb9f39f713ae76fe4`.
|
|
104
|
+
|
|
105
|
+
Please review the changes to ensure they meet compliance standards.
|
|
97
106
|
```
|
|
98
107
|
|
|
99
108
|
### Version Command
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.diff-viewer.svelte-16q2t3w{font-family:Monaco,Menlo,Consolas,monospace}.diff-line.svelte-16q2t3w:hover{background-color:#3b82f60d}.diff-line.bg-green-50.svelte-16q2t3w:hover{background-color:#22c55e1a}.diff-line.bg-red-50.svelte-16q2t3w:hover{background-color:#ef44441a}.dark .diff-line.svelte-16q2t3w:hover{background-color:#3b82f61a}.yaml-diff-viewer.svelte-1mfodx5{font-family:Monaco,Menlo,Consolas,monospace}
|