Skip to content

Commit f8033fb

Browse files
author
Jens van der Wateren
committed
update readme
1 parent d402cdc commit f8033fb

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,13 @@ The current `.github/workflows/ci.yml` includes:
6969
### Training Exercises
7070

7171
Students can extend the pipeline by adding:
72-
- Code coverage with JaCoCo
73-
- OWASP dependency check
74-
- SonarQube analysis
75-
- Multi-environment deployments
7672
- Slack/email notifications
77-
- Automated releases
73+
- Publish container to Github Registry
74+
- Add secrets / environment variables to the application
7875

7976
## Known Issues
8077

8178
The current code has intentional Checkstyle violations to demonstrate linting in action. This is perfect for training scenarios where students learn to:
8279
1. Identify code quality issues
8380
2. Fix linting violations
84-
3. Understand the importance of code standards
81+
3. Understand the importance of code standards

0 commit comments

Comments
 (0)