This is an automated email from the ASF dual-hosted git repository.
monkeydluffy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git
The following commit(s) were added to refs/heads/master by this push:
new bf08d86 chore: remove docker image scanning (#515)
bf08d86 is described below
commit bf08d86aad95859e010a2cede7f5c697a3f71e2e
Author: Abhishek Choudhary <[email protected]>
AuthorDate: Mon Oct 16 14:05:48 2023 +0545
chore: remove docker image scanning (#515)
---
.github/workflows/apisix_dev_push_docker_hub.yaml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/.github/workflows/apisix_dev_push_docker_hub.yaml
b/.github/workflows/apisix_dev_push_docker_hub.yaml
index 10f86f1..82fe243 100644
--- a/.github/workflows/apisix_dev_push_docker_hub.yaml
+++ b/.github/workflows/apisix_dev_push_docker_hub.yaml
@@ -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