Skip to content

Commit

Permalink
update architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Jan 4, 2025
1 parent 7aecd33 commit 6ae456c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ This document aims to answer the question *Where is the code that does X?*
The directory structure is broken down as follows:

- `cmd/` - These CLI tools are primarily used during development for end-to-end testing without needing to pull the library into trivy/tfsec etc.
- `checks` - All of the checks are defined in this directory.
- `checks` - All the checks are defined in this directory.
- `commands` - All Node-collector commands are defined in this directory.
- `pkg/spec` - Logic to handle standardized specs such as CIS.
- `pkg/rules` - This package exposes internal rules, and imports them accordingly (see _rules.go_).
- `pkg/rules` - This package exposes internal checks, and imports them accordingly (see _rules.go_).
- `specs/` - Standaridized compliance specs such as CIS.
- `test` - Integration tests and other high-level tests that require a full build of the project.
- `scripts` - Usefule generation scripts for bundle generation and verification purposes.

0 comments on commit 6ae456c

Please sign in to comment.