From 503cb1749585f526db57d7e8327a617c2215339b Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Wed, 18 Dec 2024 18:21:34 +0400 Subject: [PATCH] integration-test-enabled: false, scanner-enabled: false, strict-scanner: true --- .github/workflows/build-sanpshot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-sanpshot.yml b/.github/workflows/build-sanpshot.yml index 0015221..c8fc237 100644 --- a/.github/workflows/build-sanpshot.yml +++ b/.github/workflows/build-sanpshot.yml @@ -15,10 +15,10 @@ jobs: with: integration-test-enabled: false scanner-enabled: false - strict-scanner: false + strict-scanner: true integration-test-projects: "['cradle-admin-tool-cli','cradle-admin-tool-http']" build-target: 'Docker' docker-username: ${{ github.actor }} secrets: docker-password: ${{ secrets.GITHUB_TOKEN }} - nvd-api-key: ${{ secrets.NVD_APIKEY }} + nvd-api-key: ${{ secrets.NVD_APIKEY }} \ No newline at end of file