-
Thomas Boni authoredThomas Boni authored
README.md 1.19 KiB
Go project
This is a simple project that demonstrates how to use R2Devops.io to build the full CI/CD pipeline for a Go project.
-
Templates used:
- Go unit test: run unit tests, expose results and coverage as report
- Gofmt: check go formatting
- Golint: lint the go code
- Docker build: build and publish container image
- Trivy image: check for vulnerabilities in container image
- Gitleaks: check for secrets leaked in repository
- Sls scan: SAST scan
- CI configuration: .gitlab-ci.yml
- Pipelines: CI/CD page
- Results: