From 28aa174c1881dbfb8ba1d2b4f4720c45c408a601 Mon Sep 17 00:00:00 2001 From: Julien Francoz Date: Tue, 15 Oct 2024 16:24:43 +0200 Subject: [PATCH] disable trivy scan --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bada253..a5359f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,10 +12,11 @@ jobs: timeout-minutes: 15 steps: - name: Build/Push - uses: coopTilleuls/action-docker-build-push@v4 + uses: coopTilleuls/action-docker-build-push@v10 with: IMAGE_NAME: itop-apache BUILD_CONTEXT: 3.0-custom REGISTRY_JSON_KEY: ${{ secrets.GITHUB_TOKEN }} IMAGE_REPOSITORY: ghcr.io/cooptilleuls - \ No newline at end of file + SECURITY_SCAN: false +