Skip to content

Commit

Permalink
build: temporary disable snyk build breaker for container checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Jul 18, 2024
1 parent c317193 commit 7c75774
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,15 +212,16 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- name: "[release] Snyk test docker image release candidate"
if: ${{ startsWith(github.ref, 'refs/tags/') && env.snyk_available == 'true' }}
uses: snyk/actions/docker@master
with:
image: ghcr.io/${{ github.repository }}:rc
args: --file=Dockerfile --severity-threshold=high --project-name=${{ github.repository }} --target-reference=release-candidate
command: test
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
# Temporary disabled - http://support.snyk.io/hc/requests/84906 - ignoring issues via ui is not working
# - name: "[release] Snyk test docker image release candidate"
# if: ${{ startsWith(github.ref, 'refs/tags/') && env.snyk_available == 'true' }}
# uses: snyk/actions/docker@master
# with:
# image: ghcr.io/${{ github.repository }}:rc
# args: --file=Dockerfile --severity-threshold=high --project-name=${{ github.repository }} --target-reference=release-candidate
# command: test
# env:
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 7c75774

Please sign in to comment.