We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5295638 commit e8f86a6Copy full SHA for e8f86a6
1 file changed
.github/workflows/cve-scanning.yml
@@ -41,8 +41,8 @@ jobs:
41
working-directory: website
42
43
- run: npx --yes auditjs ossi --whitelist allow-list.json -u ${{ secrets.OSS_INDEX_USERNAME }} -p ${{ secrets.OSS_INDEX_TOKEN }}
44
- if: success() || failure()
+ if: (success() || failure()) && secrets.OSS_INDEX_USERNAME != ''
45
46
- run: npx --yes auditjs ossi --whitelist ../allow-list.json -u ${{ secrets.OSS_INDEX_USERNAME }} -p ${{ secrets.OSS_INDEX_TOKEN }}
47
48
0 commit comments