Skip to content

Commit

Permalink
fix(ci/cve-scanning): exports don't persist across runs (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Aug 22, 2024
1 parent 5db172e commit de0990a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/scan-for-cves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: install trivy
run: |
- run: /home/linuxbrew/.linuxbrew/bin/brew install trivy
- run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install trivy
- run: ./.github/scripts/generate-sarif-reports.sh ${{ matrix.chart }}
./.github/scripts/generate-sarif-reports.sh ${{ matrix.chart }}
- uses: github/codeql-action/upload-sarif@366883a76d75dcee5428da5c3ae7abf9386e35ac # v3
# TODO: github dependency tree?

0 comments on commit de0990a

Please sign in to comment.