Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BrenesRM authored Sep 12, 2024
1 parent 35e0efc commit 5e55d2d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Overview
This updated YAML configuration defines a GitHub Actions workflow named deploy, which implements two types of security testing: SAST (Static Application Security Testing) using CodeQL and DAST (Dynamic Application Security Testing) using ZAP.

Image after the test:

![GitHub Security](https://github.com/BrenesRM/rest-api/blob/main/sonarcloud.png)

![GitHub Security](https://github.com/BrenesRM/rest-api/blob/main/snyk.png)

![GitHub Security](https://github.com/user-attachments/assets/98aa1d3a-cc32-46b7-8536-be5ee040e34c)

Detailed Breakdown:
on: push
The workflow is triggered whenever there is a push to the main branch:
Expand Down Expand Up @@ -212,12 +220,3 @@ Copy code
- The **Project Setup** section provides instructions for getting the project up and running.

This structure gives contributors and users a clear understanding of how the project works, along with instructions for reproducing the same setup locally.

Image after the test:


![GitHub Security](https://github.com/BrenesRM/rest-api/blob/main/sonarcloud.png)

![GitHub Security](https://github.com/BrenesRM/rest-api/blob/main/snyk.png)

![GitHub Security](https://github.com/user-attachments/assets/98aa1d3a-cc32-46b7-8536-be5ee040e34c)

0 comments on commit 5e55d2d

Please sign in to comment.