Skip to content

Commit

Permalink
fix(ci): docker image scanning (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek authored Sep 27, 2023
1 parent c129ef5 commit 94a9014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/apisix_dev_push_docker_hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'apache/apisix:${{ APISIX_DOCKER_TAG }}'
image-ref: 'apache/apisix:${{ env.APISIX_DOCKER_TAG }}'
severity: 'CRITICAL,HIGH'
exit-code: 1

0 comments on commit 94a9014

Please sign in to comment.