Skip to content

Commit

Permalink
feat: support docker image scanning (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek authored Sep 27, 2023
1 parent 305ae53 commit c129ef5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/apisix_dev_push_docker_hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,9 @@ 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:${{ APISIX_DOCKER_TAG }}'
severity: 'CRITICAL,HIGH'

0 comments on commit c129ef5

Please sign in to comment.