Skip to content

Added hits counter

Added hits counter #20

Triggered via push July 10, 2024 15:11
Status Success
Total duration 1m 8s
Artifacts

main.yml

on: push
πŸ”¨ Build
19s
πŸ”¨ Build
πŸ»β€β„οΈ Bearer CLI
18s
πŸ»β€β„οΈ Bearer CLI
🫏 Checkmarx KICS
26s
🫏 Checkmarx KICS
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
πŸ»β€β„οΈ Bearer CLI
Process completed with exit code 1.
🫏 Checkmarx KICS
KICS scan failed with exit code 50
[HIGH] Missing User Instruction: backend/Dockerfile#L6
A user should be specified in the dockerfile, otherwise the image will run as root
[HIGH] Passwords And Secrets - Generic Password: docker-compose.yml#L7
Query to find passwords and secrets in infrastructure code.
[MEDIUM] Container Capabilities Unrestricted: docker-compose.yml#L3
Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
[MEDIUM] Container Capabilities Unrestricted: docker-compose.yml#L11
Some capabilities are not needed in certain (or any) containers. Make sure that you only add capabilities that your container needs. Drop unnecessary capabilities as well.
[MEDIUM] Container Traffic Not Bound To Host Interface: docker-compose.yml#L16
Incoming container traffic should be bound to a specific host interface
[MEDIUM] Container Traffic Not Bound To Host Interface: docker-compose.yml#L9
Incoming container traffic should be bound to a specific host interface
[MEDIUM] Healthcheck Not Set: docker-compose.yml#L3
Check containers periodically to see if they are running properly.
[MEDIUM] Healthcheck Not Set: docker-compose.yml#L11
Check containers periodically to see if they are running properly.
[MEDIUM] Image Version Not Explicit: backend/Dockerfile#L1
Always tag the version of an image explicitly
[MEDIUM] Memory Not Limited: docker-compose.yml#L3
Memory limits should be defined for each container. This prevents potential resource exhaustion by ensuring that containers consume not more than the designated amount of memory