Skip to content

Commit 026eddd

Browse files
Merge branch 'devopsshield:main' into main
2 parents 075f1e4 + 748bf34 commit 026eddd

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

labs/lab04.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this lab you will reuse workflow templates.
44
55
References:
66
- [Gitleaks.io](https://gitleaks.io/)
7-
- [OWASP Dependency-Check](https://owasp.org/www-project-dependency-check/)
7+
- [OWASP Dependency-Review GitHub Action](https://github.com/actions/dependency-review-action)
88
- [CodeQL](https://codeql.github.com/)
99

1010
## 4.1 Secret Scanning with Gitleaks
@@ -14,10 +14,12 @@ References:
1414
1. Run the pipeline to see
1515
![image](https://github.com/devopsshield/devsecops-workshop/assets/112144174/db223fc0-ce46-422a-a564-04aa9573dc4a)
1616

17-
## 4.2 Software Composition Analysis with OWASP Dependency Check
17+
## 4.2 Software Composition Analysis with OWASP Dependency Review
1818

19-
1. Uncomment the actions ```dependency-check/Dependency-Check_Action@main```
20-
![image](https://github.com/devopsshield/devsecops-workshop/assets/112144174/69843416-215b-440f-ba3a-b5c83f393ae5)
19+
1. prerequisite
20+
![image](https://github.com/devopsshield/devsecops-workshop/assets/112144174/6a37ed61-fb3e-4a64-adc6-1d9d64e1b51b)
21+
1. Uncomment the actions ```actions/dependency-review-action```
22+
![image](https://github.com/devopsshield/devsecops-workshop/assets/112144174/8b01c834-a9a5-4316-b2f8-0575828b5dc4)
2123
1. See the pipeline run
2224
![image](https://github.com/devopsshield/devsecops-workshop/assets/112144174/5a573256-dd04-4783-b91d-18e3016595da)
2325

labs/lab05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ docker run -d -p 8080:8080 devopsshield/devopsshield
2929
![image](https://github.com/devopsshield/devsecops-workshop/assets/112144174/8c6a22ab-a0e9-4030-8091-1fe23678becc)
3030
![image](https://github.com/devopsshield/devsecops-workshop/assets/112144174/bb2f72d3-bf3e-4be8-9fa9-5bd196e4f346)
3131
8. Look at also the DevSecOps Controls
32-
![image](https://github.com/devopsshield/devsecops-workshop/assets/112144174/187f70ef-8c5d-47dc-9bfa-89d4d816fd15)
32+
![image](https://github.com/devopsshield/devsecops-workshop/assets/112144174/3c6f8dd0-8085-4613-b75b-45da49f7aea0)
3333
9. Explore the various Policies and Libraries
3434
![image](https://github.com/devopsshield/devsecops-workshop/assets/112144174/06ae39ce-0903-428e-850f-0e6f83a08d93)

0 commit comments

Comments
 (0)