This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Description
Hey @brianamarie and @hectorsector
For reference: https://lab.github.com/githubtraining/security-strategy-essentials/8.1.0
Above is my up-to-date version for the workshop security course. I'd love some feedback on the logic and making sure this is flowing nicely.
The responses are not complete but hopefully they have enough info to guide you through it. If you need more info, I have notes in the config file on each step.
Also, the step to add dependabot took about 5+ minutes to work. So, I instead took the route of providing instructions to install it for automatic dependency scanning in just an issue that the learner closes when done instead of building a step around it.
Specific items for feedback:
- Step 6: The security policy is added to a new PR. Maybe adding a branch protection is needed here so the learner doesn't commit to master?
- Step 7: This step won't complete. Not sure why... thoughts?
- Step 12: I'm trying to figure out how to complete this step. I need to remove the historical commits that introduced the
.env file at the beginning of the history. I looked at this lightning talk resource (https://github.com/github/support-security-ombuds/blob/master/education/lightning-talks/removing-sensitive-data.md) that was helpful. Maybe we validate on the .env file instead of the commit? I'm not sure how to do this one. Looking for ✨ suggestions here!
Thanks!!