Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Mar 4, 2025
1 parent 271a630 commit 5039897
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ Join the community, and talk to us about any matter in [GitHub Discussion](https
The directory structure is broken down as follows:

- `cmd/` - These CLI tools are primarily used during development for end-to-end testing without requiring the use of a library.
- `cmd/id` - This command helps generate the next available ID that is free when writing a new check.
- `checks` - All the checks are defined in this directory.
- `commands` - All [Node-collector](https://github.com/aquasecurity/k8s-node-collector) commands are defined in this directory.
- `compliance/` - Standaridized compliance specs such as CIS.
- `test` - Integration tests and other high-level tests that require a full build of the project.
- `scripts` - Useful generation scripts for bundle generation and verification purposes.
- `cmd/id` - This command helps generate the next available ID that is free when writing a new check.
- `checks/` - All the checks are defined in this directory.
- `kubernetes/` - Kubernetes-specific security checks
- `access/` - RBAC, authentication, and authorization related checks
- `network/` - Network security checks including network policies, host network access, and service configurations
- `resources/` - Resource quotas, limits, and management checks
- `security/` - Core security checks including Pod Security Standards
- `workloads/` - Workload-specific security checks
- `cloud/kubernetes/` - Cloud-specific Kubernetes security checks
- `commands/` - All [Node-collector](https://github.com/aquasecurity/k8s-node-collector) commands are defined in this directory.
- `test/` - Integration tests and other high-level tests that require a full build of the project.

0 comments on commit 5039897

Please sign in to comment.