Skip to content
Snippets Groups Projects
Commit b6648a4a authored by Jorn van de Beek's avatar Jorn van de Beek
Browse files

Fix dependency scanner. Appsignal ignore load balancer status check

parent 11bd2264
No related branches found
Tags release-staging-48de2c00694e
No related merge requests found
Pipeline #53521 failed
......@@ -20,6 +20,7 @@ dependency_scanning:
image: registry.roqua.nl/roqua/dependency_scanning
variables:
DOCKER_DRIVER: overlay2
FF_USE_LEGACY_VOLUMES_MOUNTING_ORDER: "true"
services:
- docker:stable-dind
script:
......
......@@ -3,6 +3,8 @@ default: &defaults
name: "Screensmart"
slow_request_threshold: 200
enable_frontend_error_catching: true
ignore_actions:
- "Roqua::StatusChecks::StatusController#balancer_status"
development:
<<: *defaults
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment