From 33e112cbe9ae363d0f7137ab51b50ce85d5a7c9d Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Wed, 18 Dec 2024 10:56:33 +0400 Subject: [PATCH] scanner-enabled: false, strict-scanner: true --- .github/workflows/build-sanpshot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-sanpshot.yml b/.github/workflows/build-sanpshot.yml index 395d860..c8fc237 100644 --- a/.github/workflows/build-sanpshot.yml +++ b/.github/workflows/build-sanpshot.yml @@ -14,6 +14,8 @@ jobs: uses: th2-net/.github/.github/workflows/compound-java-dev.yml@integration-tests # FIXME: switch to main branch with: integration-test-enabled: false + scanner-enabled: false + strict-scanner: true integration-test-projects: "['cradle-admin-tool-cli','cradle-admin-tool-http']" build-target: 'Docker' docker-username: ${{ github.actor }}