Skip to content

Commit

Permalink
fix(ci): add secret 🤦 (teutonet#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored and SyeKlu committed Nov 21, 2024
1 parent 0df5b59 commit db5f79f
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 db5f79f

Please sign in to comment.