Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 56a90ac

Browse files
committedMay 3, 2021
refactor: remove build docker step from trivy ci
1 parent a5755ea commit 56a90ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,6 @@ jobs:
421421
name: release-packages
422422
path: ./release-packages
423423

424-
- name: Build Docker image
425-
run: ./ci/steps/build-docker-image.sh
426-
427424
- name: Run Trivy vulnerability scanner in repo mode
428425
uses: aquasecurity/trivy-action@master
429426
with:

0 commit comments

Comments
 (0)
Please sign in to comment.