Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vutoff committed Nov 13, 2023
1 parent d259e06 commit 100f4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M1-4-2-CI-Practice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Create a GitHub Actions pipeline that runs on commit to a feature branch (i.e. n
- Check for hardcoded secrets (`gitleaks`) - not just our app but the whole repository.
- SAST - SonarCloud; Review code smells and security issues
- SCA - Snyk; review security issues
- Build a Docker image
- Build a Docker image. Use Git commit SHA as an Image tag.
- Scan the built image with `Trivy`
- Push the built image to your Docker HUB account

Expand Down

0 comments on commit 100f4c9

Please sign in to comment.