Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
austinsonger authored Jun 18, 2024
1 parent 94ad93c commit 5cdec37
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,39 @@



### Soon to be Project Structure:

```
auditbuddy/
├── .github/
│ └── workflows/
│ └── main.yml
├── services/
│ ├── framework/
│ │ ├── Dockerfile
│ │ ├── requirements.txt
│ │ ├── soc2.py
│ │ ├── iso27001.py
│ │ ├── nist800-53v5.py
│ │ └── mappings.py
│ ├── providers/
│ │ ├── Dockerfile
│ │ ├── requirements.txt
│ │ ├── aws.py
│ │ ├── azure.py
│ │ ├── gcp.py
│ │ └── okta.py
│ ├── utils/
│ │ ├── Dockerfile
│ │ ├── requirements.txt
│ │ ├── auth.py
│ │ ├── format.py
│ │ └── git.py
├── docker-compose.yml
├── tests/
│ ├── framework/
│ ├── providers/
│ └── utils/
├── README.md
└── config.yaml
```

0 comments on commit 5cdec37

Please sign in to comment.