Skip to content

Commit

Permalink
fix: docker compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed May 22, 2024
1 parent 35c09c8 commit 5a1c436
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
# kics-scan ignore-line
neo4j:
Expand Down Expand Up @@ -33,7 +31,7 @@ services:
NEO4J_initial_dbms_default__database: okta
NEO4J_dbms_cypher_forbid__shortestpath__common__nodes: "false"
security_opt:

Check warning on line 33 in docker-compose.yaml

View workflow job for this annotation

GitHub Actions / infra-security-scan / Scan with Kics

[HIGH] No New Privileges Not Set

Ensuring the process does not gain any new privileges lessens the risk associated with many operations.
- no-new-privileges:true
- no-new-privileges=true
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7474"]
interval: 5m
Expand Down

0 comments on commit 5a1c436

Please sign in to comment.