Skip to content

Commit 24a06ce

Browse files
authored
Update README.md
Added link to nod-rules repo
1 parent e5afb5b commit 24a06ce

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,15 @@ Automated agents and agentic workflows (like Ralph, AutoGPT, or custom CI/CD bui
3232
* **SARIF Output:** Native integration with GitHub Advanced Security and GitLab Security Dashboards.
3333
* **Exception Management:** Formalize risk acceptance using a `.nodignore` file.
3434
* **Remote Rule Registry:** Securely fetch industry-standard rules via HTTPS with strict SSL verification.
35+
* **Community Rules Library:** https://github.com/mraml/nod-rules
3536

3637
## **⚠️ Important Disclaimer**
3738

3839
**nod** verifies the *presence and alignment* of policy elements within a specification. It is a blueprint auditor; it does not guarantee the security of the final running code, which requires independent runtime auditing. A "green light" from **nod** means the **intent** matches the policy.
3940

4041
## **🛠️ Installation**
4142

42-
**nod** can be installed as a Python package or used via GitHub Actions.
43-
44-
**Local Installation:**
45-
46-
```
47-
pip install git+[https://github.com/mraml/nod.git@v2.0.0](https://github.com/mraml/nod.git@v2.0.0)
48-
```
43+
**nod** can be used via GitHub Actions.
4944

5045
## **📖 Usage Lifecycle**
5146

0 commit comments

Comments
 (0)