Skip to content

Commit

Permalink
fix(ci): add secret 🤦 (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Nov 20, 2024
1 parent bb9f399 commit 37892cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scan-for-cves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- run: /home/linuxbrew/.linuxbrew/bin/brew install trivy
- run: pip install yq
- name: Generate sarif reports
env:
TEUTO_PORTAL_WORKER_PULL_TOKEN: ${{ secrets.TEUTO_PORTAL_WORKER_PULL_TOKEN }}
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
./.github/scripts/generate-sarif-reports.sh ${{ matrix.chart }}
Expand Down

0 comments on commit 37892cf

Please sign in to comment.