Open Issues Need Help
View All on GitHubAI Summary: Modify the temporary password printout to include the instance code alongside the username and password for each user. Additionally, improve the page's styling by adding a logo and name to the header.
AI Summary: Integrate Trivy or a similar vulnerability scanner into the existing Docker-based CI/CD pipeline for the Aula app to automatically scan container images for security vulnerabilities before deployment. This involves configuring the scanner, integrating it into the build process, and potentially setting up automated alerts for discovered vulnerabilities.
AI Summary: Integrate a static analysis tool (Psalm or PHPStan) into the Aula API's PR workflow to automatically analyze PHP code for potential errors and improve code quality. This involves choosing a tool, configuring it for the project, and setting up automated checks within the PR process.