File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ In this lab you will reuse workflow templates.
44
55References:
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:
14141 . 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 )
21231 . See the pipeline run
2224![ image] ( https://github.com/devopsshield/devsecops-workshop/assets/112144174/5a573256-dd04-4783-b91d-18e3016595da )
2325
Original file line number Diff line number Diff 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 )
31318 . 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 )
33339 . Explore the various Policies and Libraries
3434![ image] ( https://github.com/devopsshield/devsecops-workshop/assets/112144174/06ae39ce-0903-428e-850f-0e6f83a08d93 )
You can’t perform that action at this time.
0 commit comments