Skip to content

Security: starter-series/docker-deploy-starter

Security

SECURITY.md

Security Policy

Reporting a Vulnerability

If you discover a security vulnerability, please report it responsibly:

  1. Do NOT open a public issue.
  2. Email heznpc@gmail.com or use GitHub Security Advisories.
  3. Include steps to reproduce, impact assessment, and suggested fix if possible.

We will respond within 48 hours and work with you to resolve the issue.

Security Features

This template includes automated security checks in CI:

  • Dependency auditnpm audit on every push (HIGH/CRITICAL threshold)
  • Secret leak detectiongitleaks scans every commit
  • Dependency updatesDependabot monitors for vulnerable dependencies
  • Dockerfile lintHadolint enforces best practices
  • Container scanTrivy detects CRITICAL/HIGH CVEs in built images

Best Practices

  • Never commit .env files or secrets — they are gitignored by default
  • Use GitHub Secrets for deployment credentials
  • Keep dependencies up to date by merging Dependabot PRs

There aren’t any published security advisories