Skip to content

Commit

Permalink
chore: remove docker image scanning (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek authored Oct 16, 2023
1 parent abab1e8 commit bf08d86
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/apisix_dev_push_docker_hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,3 @@ jobs:
- name: Push apisix image to Docker Hub
run: |
make push-multiarch-dev-on-debian
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'apache/apisix:${{ env.APISIX_DOCKER_TAG }}'
severity: 'CRITICAL,HIGH'
exit-code: 1

0 comments on commit bf08d86

Please sign in to comment.