Self-contained, skip-friendly lab starting points (#103)
Co-authored-by: claude <claude@jpaul.io> Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #103.
This commit is contained in:
@@ -203,6 +203,15 @@ add them *despite* using AI; using AI is what moves them from "nice to have" to
|
||||
|
||||
## Hands-on lab
|
||||
|
||||
|
||||
> **Starting point (this lab is skip-friendly).** This lab is self-contained and does not depend
|
||||
> on the earlier labs. Its files live in `modules/15-security-scanning/lab/`. Copy them into a working folder
|
||||
> and make a first commit so you start clean:
|
||||
>
|
||||
> ```bash
|
||||
> cp -r ~/ai-workflow-course/modules/15-security-scanning/lab ~/ai-workflow-course/15-security-scanning-lab
|
||||
> cd ~/ai-workflow-course/15-security-scanning-lab && git init -b main && git add -A && git commit -m "start: module 15"
|
||||
> ```
|
||||
**Lab language:** shell, driving Python tooling, on the `tasks-app` from Module 1. You'll install two
|
||||
scanners (both pip-installable, cross-platform), let the AI introduce all three problems, catch them,
|
||||
and wire the catch into your pipeline.
|
||||
|
||||
Reference in New Issue
Block a user