Docker security hardening with secrets management #111
Codacy Production / Codacy Static Code Analysis
required action
Nov 27, 2025 in 0s
4 new issues (0 max.) of at least severity.
Annotations
Check warning on line 8 in Dockerfile
codacy-production / Codacy Static Code Analysis
Dockerfile#L8
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Check warning on line 1 in config.js
codacy-production / Codacy Static Code Analysis
config.js#L1
Require statement not part of import statement.
Check warning on line 6 in config.js
codacy-production / Codacy Static Code Analysis
config.js#L6
Found existsSync from package "fs" with non literal argument at index 0
Check warning on line 7 in config.js
codacy-production / Codacy Static Code Analysis
config.js#L7
Found readFileSync from package "fs" with non literal argument at index 0
Loading