From 76143f7b3ebeba97a2bd314826e2663082b9a4e7 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Fri, 6 Oct 2023 19:25:27 +0200 Subject: [PATCH] try and trigger action --- .github/workflows/build.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7319e1b..d319d2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,13 +19,6 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - # - name: Cache Docker layers - # uses: actions/cache@v3 - # with: - # path: /tmp/.buildxyz-cache - # key: ${{ runner.os }}-buildxyK-${{ github.sha }} - # restore-keys: | - # ${{ runner.os }}-buildxyK- # https://github.com/docker/login-action#docker-hub - name: Login to registry uses: docker/login-action@v2 @@ -50,7 +43,7 @@ jobs: with: image-ref: deltablot/php-prod:latest format: 'table' - exit-code: '0' - ignore-unfixed: false + # uncomment to ignore: exit-code: '0' + ignore-unfixed: true vuln-type: 'os,library' severity: 'CRITICAL'