We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a636360 commit aaf49ebCopy full SHA for aaf49eb
2 files changed
README.md
@@ -14,8 +14,9 @@ A minimal REST API written in Go to demonstrate secure development practices and
14
- Use logging cautiously to prevent data leaks.
15
- CI integration makes security part of the developer workflow.
16
- Security scan (gosec) initially flagged missing error handling and server timeouts, which were remediated. Current scan reports zero issues.
17
+- Added Trivy dependency scanning alongside static analysis to simulate supply-chain and SCA checks in CI.
18
19
## Next Steps
20
- Add JMT auth example.
-- Integrate Vault for secret injection
21
+- Integrate Vault for secret injection.
22
- Add Dockerfile and container scan.
security-scan.yml
0 commit comments