diff --git a/.github/workflows/container_build.yml b/.github/workflows/container_build.yml index 058ebd6..af76314 100644 --- a/.github/workflows/container_build.yml +++ b/.github/workflows/container_build.yml @@ -71,10 +71,10 @@ jobs: image: ${{ env.LATEST_TAG }} fail-build: true output-format: table - severity-cutoff: critical + severity-cutoff: high - - name: Inspect scan action table report - run: cat ${{ steps.anchor_scan.outputs.sarif }} + # - name: Inspect scan action table report + # run: cat ${{ steps.anchor_scan.outputs.sarif }} - name: Build uses: docker/build-push-action@v6 diff --git a/.github/workflows/container_build_push.yml b/.github/workflows/container_build_push.yml index 90ee70d..86c6ff3 100644 --- a/.github/workflows/container_build_push.yml +++ b/.github/workflows/container_build_push.yml @@ -68,10 +68,10 @@ jobs: image: ${{ env.LATEST_TAG }} fail-build: true output-format: table - severity-cutoff: critical + severity-cutoff: high - - name: Inspect scan action table report - run: cat ${{ steps.anchor_scan.outputs.sarif }} + # - name: Inspect scan action table report + # run: cat ${{ steps.anchor_scan.outputs.sarif }} - name: Build and push uses: docker/build-push-action@v6