Skip to content

Commit 9bd4bd7

Browse files
author
kalilinux-aptget
committed
final
1 parent 65d3dfd commit 9bd4bd7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# DevSecOps Pipeline Project
2+
## Table of Contents
3+
- [Overview](#overview)
4+
- [Infrastructure Setup](#infrastructure-setup)
5+
- [Pipeline Stages](#pipeline-stages)
6+
- [Getting Started with Terraform](#getting-started-with-terraform)
7+
- [Contributing](#contributing)
8+
- [Troubleshooting](#troubleshooting)
29

310
## Overview
411

@@ -49,7 +56,7 @@ This project infrastructure can be provisioned using Terraform. To get started:
4956
```
5057
terraform apply -auto-approve
5158
```
52-
Applies the Terraform configuration to provision the AWS infrastructure as defined. The `--auto-approve` flag skips interactive approval.
59+
Applies the Terraform configuration to provision the AWS infrastructure as defined. The `-auto-approve` flag skips interactive approval.
5360

5461
3. **Destroy Infrastructure**:
5562
```
@@ -61,7 +68,7 @@ Ensure you have AWS CLI configured and Terraform installed on your machine. Alwa
6168

6269
## Architecture Diagram
6370

64-
![DevSecOps Pipeline Architecture](images/image.png)
71+
![DevSecOps Pipeline Architecture](images/project.png)
6572

6673
*Diagram visualizing the workflow and integration of tools within the pipeline.*
6774

@@ -80,4 +87,4 @@ Contributions to improve the pipeline or add new features are welcome. Please fo
8087

8188
---
8289

83-
*This README provides a high-level overview of the DevSecOps pipeline project. Detailed setup instructions and configurations for each tool and technology can be found in their respective official documentation.*
90+
*This README provides a high-level overview of the DevSecOps pipeline project. Detailed setup instructions and configurations for each tool and technology can be found in their respective official documentation.*
File renamed without changes.

0 commit comments

Comments
 (0)