Skip to content

Commit

Permalink
Update ci-schedule-imagescanning.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzhuang-zju authored Oct 30, 2023
1 parent 5cf763c commit 5faa46f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-schedule-imagescanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: download trivy
run: |
sudo apt-get install trivy
- name: Build images from Dockerfile
run: |
export VERSION=${{ matrix.karmada-version }}
Expand Down

0 comments on commit 5faa46f

Please sign in to comment.