Skip to content

Commit 92016b2

Browse files
authored
Merge pull request #1717 from finos/TheJuanAndOnly99-patch-2
Configure environment variables for CVE scanning
2 parents 28c8dd6 + 08a11fb commit 92016b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cve-scanning.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,14 @@ jobs:
4444
working-directory: website
4545

4646
- run: npx --yes auditjs ossi --whitelist allow-list.json
47+
env:
48+
OSS_INDEX_USERNAME: ${{ secrets.OSS_INDEX_USERNAME }}
49+
OSS_INDEX_PASSWORD: ${{ secrets.OSS_INDEX_TOKEN }}
4750
if: success() || failure()
4851

4952
- run: npx --yes auditjs ossi --whitelist ../allow-list.json
5053
working-directory: website
54+
env:
55+
OSS_INDEX_USERNAME: ${{ secrets.OSS_INDEX_USERNAME }}
56+
OSS_INDEX_PASSWORD: ${{ secrets.OSS_INDEX_TOKEN }}
5157
if: success() || failure()

0 commit comments

Comments
 (0)