We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28c8dd6 + 08a11fb commit 92016b2Copy full SHA for 92016b2
.github/workflows/cve-scanning.yml
@@ -44,8 +44,14 @@ jobs:
44
working-directory: website
45
46
- 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 }}
50
if: success() || failure()
51
52
- run: npx --yes auditjs ossi --whitelist ../allow-list.json
53
54
55
56
57
0 commit comments