Skip to content

Commit 4f04a29

Browse files
smaller pictures
1 parent e6ad700 commit 4f04a29

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/tools/pipeline-remediation.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ With CodeRabbit CI/CD Pipeline Remediation, you have coderabbit automatically re
2222

2323
### Docker Build Issues
2424

25-
![Docker Build Remediation](/img/tools/docker-build-cicd.png)
25+
<img src="/img/tools/docker-build-cicd.png" width="600" alt="Docker Build Remediation" />
2626

2727
- Missing build dependencies
2828
- Base image compatibility
@@ -31,7 +31,7 @@ With CodeRabbit CI/CD Pipeline Remediation, you have coderabbit automatically re
3131

3232
### Java Build & Testing
3333

34-
![Java Build Remediation](/img/tools/java-cicd.png)
34+
<img src="/img/tools/java-cicd.png" width="600" alt="Java Build Remediation" />
3535

3636
- Maven/Gradle dependency conflicts
3737
- Compilation errors
@@ -40,7 +40,7 @@ With CodeRabbit CI/CD Pipeline Remediation, you have coderabbit automatically re
4040

4141
### Kubernetes Deployments
4242

43-
![Kubernetes Configuration](/img/tools/kubernetes-cicd.png)
43+
<img src="/img/tools/kubernetes-cicd.png" width="600" alt="Kubernetes Configuration" />
4444

4545
- Service configuration validation
4646
- Resource allocation optimization
@@ -49,7 +49,7 @@ With CodeRabbit CI/CD Pipeline Remediation, you have coderabbit automatically re
4949

5050
### NPM Package Management
5151

52-
![NPM Dependencies](/img/tools/npm-cicd.png)
52+
<img src="/img/tools/npm-cicd.png" width="600" alt="NPM Dependencies" />
5353

5454
- Package resolution conflicts
5555
- Version compatibility issues
@@ -58,7 +58,7 @@ With CodeRabbit CI/CD Pipeline Remediation, you have coderabbit automatically re
5858

5959
### Python Environment
6060

61-
![Python Build Issues](/img/tools/python-cicd.png)
61+
<img src="/img/tools/python-cicd.png" width="600" alt="Python Build Issues" />
6262

6363
- Package dependency resolution
6464
- Virtual environment setup
@@ -67,7 +67,7 @@ With CodeRabbit CI/CD Pipeline Remediation, you have coderabbit automatically re
6767

6868
### Security Scanning
6969

70-
![Security Scan Results](/img/tools/semgrep-cicd.png)
70+
<img src="/img/tools/semgrep-cicd.png" width="600" alt="Security Scan Results" />
7171

7272
- SAST finding remediation
7373
- Code injection prevention
@@ -76,7 +76,7 @@ With CodeRabbit CI/CD Pipeline Remediation, you have coderabbit automatically re
7676

7777
### Terraform and Infrastructure as Code
7878

79-
![Terraform Configuration](/img/tools/terraform-cicd.png)
79+
<img src="/img/tools/terraform-cicd.png" width="600" alt="Terraform Configuration" />
8080

8181
- Resource configuration validation
8282
- State management issues
@@ -99,9 +99,9 @@ With CodeRabbit CI/CD Pipeline Remediation, you have coderabbit automatically re
9999
- Support for DAST (Dynamic Application Security Testing) findings
100100
- Remediation for SAST (Static Application Security Testing) issues
101101

102-
![GitLab CI/CD](/img/tools/gitlab-cicd.png)
102+
<img src="/img/tools/gitlab-cicd.png" width="600" alt="GitLab CI/CD" />
103103

104-
![GitLab Security Integration](/img/tools/gitlab-advanced-security.png)
104+
<img src="/img/tools/gitlab-advanced-security.png" width="600" alt="GitLab Security Integration" />
105105

106106
### CircleCI
107107

@@ -110,7 +110,7 @@ With CodeRabbit CI/CD Pipeline Remediation, you have coderabbit automatically re
110110
- Configuration validation
111111
- Dependency resolution
112112

113-
![CircleCI Integration](/img/tools/circle-cicd.png)
113+
<img src="/img/tools/circle-cicd.png" width="600" alt="CircleCI Integration" />
114114

115115
## Common Use Cases
116116

0 commit comments

Comments
 (0)