Skip to content

Commit

Permalink
Merge pull request openservicemesh#4270 from snehachhabria/preReleaseFix
Browse files Browse the repository at this point in the history
CI: fix image scan job for pre-release
  • Loading branch information
snehachhabria authored Oct 15, 2021
2 parents 99f64e7 + 7cbff92 commit a09731e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
imagescan:
name: Scan images for security vulnerabilities
runs-on: ubuntu-latest
needs: build
needs: images
env:
CTR_TAG: ${{ needs.version.outputs.version }}
CTR_REGISTRY: openservicemesh
Expand All @@ -81,4 +81,4 @@ jobs:
path: ~/.cache/go-build
key: ${{ runner.os }}-gobuild-${{ hashFiles('**/*.go') }}
- name: Scan docker images for vulnerabilities
run: make trivy-scan-images
run: make trivy-scan-images

0 comments on commit a09731e

Please sign in to comment.