Skip to content

Commit

Permalink
fix(ci/cve-scanning): install good yq
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Aug 22, 2024
1 parent de0990a commit aa391db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scan-for-cves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- run: /home/linuxbrew/.linuxbrew/bin/brew install trivy
- run: pip install yq
- run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
./.github/scripts/generate-sarif-reports.sh ${{ matrix.chart }}
Expand Down

0 comments on commit aa391db

Please sign in to comment.