From db5f79f4324283c620159cdf013b19d933499f0a Mon Sep 17 00:00:00 2001 From: Chris Werner Rau Date: Wed, 20 Nov 2024 11:19:32 +0100 Subject: [PATCH] =?UTF-8?q?fix(ci):=20add=20secret=20=F0=9F=A4=A6=20(#1243?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/scan-for-cves.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scan-for-cves.yaml b/.github/workflows/scan-for-cves.yaml index 183a5ada0c..c81bc9cffc 100644 --- a/.github/workflows/scan-for-cves.yaml +++ b/.github/workflows/scan-for-cves.yaml @@ -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 }}