Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"moderate": true,
"allowlist": [ // NOTE: Please add as much information as possible to any items added to the allowList
// Currently no fixes available for the following
"GHSA-p8p7-x288-28g6" //https://github.com/advisories/GHSA-p8p7-x288-28g6

// "GHSA-p8p7-x288-28g6" //https://github.com/advisories/GHSA-p8p7-x288-28g6
"GHSA-968p-4wvh-cqc8", //https://github.com/advisories/GHSA-968p-4wvh-cqc8
"GHSA-fjxv-7rqg-78g4", //https://github.com/advisories/GHSA-fjxv-7rqg-78g4
"GHSA-mh29-5h37-fv8m" //https://github.com/advisories/GHSA-mh29-5h37-fv8m
]
}
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- "3080:3080"
volumes:
# override the default values with our own - this is because we can't set the kafka and mongo hosts dynamically
- ./docker/central-event-processor/default.json:/opt/central-event-processor/config/default.json
- ./docker/central-event-processor/default.json:/opt/app/config/default.json
environment:
- CSL_LOG_TRANSPORT=file

Expand Down Expand Up @@ -71,7 +71,7 @@ services:
- "27017:27017"

kafka:
image: johnnypark/kafka-zookeeper
image: johnnypark/kafka-zookeeper:2.6.0
container_name: cep-kafka
# Disable kafka logging as it is far too verbose for debugging locally
logging:
Expand Down
Loading