Skip to content

feat(lab1): juice shop deploy + PR template + triage report#934

Open
Philip-78 wants to merge 3 commits into
inno-devops-labs:mainfrom
Philip-78:feature/lab1
Open

feat(lab1): juice shop deploy + PR template + triage report#934
Philip-78 wants to merge 3 commits into
inno-devops-labs:mainfrom
Philip-78:feature/lab1

Conversation

@Philip-78

Copy link
Copy Markdown

Goal

Deploys OWASP Juice Shop locally, adds triage report, PR template, and CI smoke test.

Changes

  • .github/PULL_REQUEST_TEMPLATE.md β€” PR template for all future labs
  • .github/workflows/lab1-smoke.yml β€” CI smoke test workflow
  • submissions/lab1.md β€” triage report with deployment details and surface observations

Testing

  • docker ps confirmed juice-shop running on 127.0.0.1:3000
  • curl -s -o /dev/null -w "HTTP %{http_code}\n" http://127.0.0.1:3000 returned HTTP 200
  • /api/Products returned 46 products
  • /rest/admin/application-version returned {"version": "20.0.0"}

Artifacts & Screenshots

  • submissions/lab1.md β€” full triage report

  • Title follows feat(labN): <topic> style
  • No secrets or large temp files committed
  • Submission file at submissions/lab1.md exists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant