Skip to content

Commit 100f4c9

Browse files
author
Iliyan Vutoff
committed
Update README
1 parent d259e06 commit 100f4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

M1-4-2-CI-Practice/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Create a GitHub Actions pipeline that runs on commit to a feature branch (i.e. n
1010
- Check for hardcoded secrets (`gitleaks`) - not just our app but the whole repository.
1111
- SAST - SonarCloud; Review code smells and security issues
1212
- SCA - Snyk; review security issues
13-
- Build a Docker image
13+
- Build a Docker image. Use Git commit SHA as an Image tag.
1414
- Scan the built image with `Trivy`
1515
- Push the built image to your Docker HUB account
1616

0 commit comments

Comments
 (0)