Workshop: GitHub DevSecOps Fundamentals [SEC2745W] #74452
-
GitHub DevSecOps Fundamentals
Note This GitHub DevSecOps fundamentals workshop will help you begin or level up your DevSecOps journey on GitHub. DevSecOps principles enable organizations to securely plan, develop, integrate, and deliver solutions; and ultimately stay competitive in business. This workshop will demonstrate how to implement DevSecOps principles, highlighting how you can use the GitHub platform to remove the complexities and complications introduced in the development process as a result of the proliferation of tools. Thank you for joining our workshop! If you have any questions or feedback regarding what was presented, please feel free to add them in the comments and we'll do our best to answer. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
|
Short link to this discussion: https://gh.io/d-u-23-feedback |
Beta Was this translation helpful? Give feedback.
-
|
I'm concerned that many of us at the workshop struggled to complete it. The issues began with the prerequisites; we had additional configurations upon arrival that were not clearly communicated beforehand. This left those who hadn't completed the initial prerequisites even more confused. The workshop's pace was excessively fast, focusing on copying and pasting rather than understanding the material. Even after passing key sections like GHAS, Administration, and Actions, the lack of clear instruction made it difficult to follow along. It would likely be more effective to offer this content as a video series to allow participants to learn at their own pace. By rushing through the content, I missed the opportunity to absorb the information, leaving me without any meaningful insights and making the session feel unproductive. A slower, more deliberate approach would have been much more beneficial. |
Beta Was this translation helpful? Give feedback.
-
|
Is there a reason why we release the draft release as soon as the release assets are uploaded? I would think you would want to make that step manual. Referring to: |
Beta Was this translation helpful? Give feedback.
👋 Hey @vphan6896,
I believe you want to callout this sequence of steps
... --> "Draft release" --> "Upload release assets" --> "Publish release", right?Let's zoom out to put things into perspective
stateDiagram workflow_create_release: Package Delivery Artifacts & Create Release workflow_deploy_release: Deploy Release step_release_draft: Draft release step_release_upload_asset: Upload release asset step_release_publish: Publish release step_deployment_activities: ... Deployment steps ... arbitrary_activity_0: ... arbitrary_activity_1: ... [*] --> arbitrary_activity_0 arbitrary_activity_0 --> workflow_create_release state workflow_create…