Create a Python API / Java / dotNet / Javascript Project (Select one) Make a GitHub Workflow appear on GitHub Actions by creating a workflow in the repository. When a change detected on the GitHub Repository, GitHub Actions must be auto-triggered and run the pipeline Define the following operations on GitHub Wokflow.
- Code Build
- Code Test (ignore the error status if it gives an error.)
- Code Analyze (SonarQube)
- Dockerize
- Push Image to DockerHub
- Container Scaning (Clair or Trivy)