Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.37 KB

setup.md

File metadata and controls

30 lines (26 loc) · 1.37 KB

Hands-on Labs Setup

In this lab you will fork the repository and enable the GitHub Actions

Duration: 5-10 minutes

References:

Fork the current repository and enable GitHub Actions

  1. Fork the current repository devsecops-workshop
  2. Optional, copy or clone the repository by importing the repository into your account.
  3. Go to Actions and see the warning message

    Workflows aren’t being run on this forked repository

  4. Review the workflows and click on the button I understand my workflows, go ahead and enable them
  5. You should now be able to see the list of all workflows
  6. (Optional) In your forked repository, create an new issue with tasks to monitor your progress
  • Title: Training - Hands-on Labs & Activities
  • Content:
### Hands-on Labs & Activities:
- [x] Hands-on Labs Setup
- [ ] Module 1: Introduction to Defect Dojo
- [ ] Module 2: Explore Your Kubernetes Cluster
- [ ] Module 3: Running the Basic and Advanced DevSecOps Pipelines
- [ ] Module 4: Adding Additional DevSecOps Controls
- [ ] Module 5: Holistic Compliance View with DevOps Shield UI
  1. Fetch upstream to get the latest changes from the upstream repository