Skip to content

Address code review feedback: improve health check and remove path fr…

4de9f91
Select commit
Loading
Failed to load commit list.
Draft

Docker security hardening with secrets management #111

Address code review feedback: improve health check and remove path fr…
4de9f91
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

config.js#L1

Require statement not part of import statement.

Check warning on line 6 in config.js

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

config.js#L7

Found readFileSync from package "fs" with non literal argument at index 0