You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,16 +69,13 @@ The current `.github/workflows/ci.yml` includes:
69
69
### Training Exercises
70
70
71
71
Students can extend the pipeline by adding:
72
-
- Code coverage with JaCoCo
73
-
- OWASP dependency check
74
-
- SonarQube analysis
75
-
- Multi-environment deployments
76
72
- Slack/email notifications
77
-
- Automated releases
73
+
- Publish container to Github Registry
74
+
- Add secrets / environment variables to the application
78
75
79
76
## Known Issues
80
77
81
78
The current code has intentional Checkstyle violations to demonstrate linting in action. This is perfect for training scenarios where students learn to:
0 commit comments