Skip to content

Commit 93422d2

Browse files
authored
chore: Allow passing ossIndex credentials during false positive ops workflow (#7943)
Signed-off-by: Chad Wilson <[email protected]>
1 parent 34a1235 commit 93422d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/false-positive-ops.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ jobs:
140140
args: >
141141
--failOnCVSS 11
142142
--enableExperimental
143+
--ossIndexUsername ${{ secrets.OSS_INDEX_USERNAME }}
144+
--ossIndexPassword ${{ secrets.OSS_INDEX_API_TOKEN }}
143145
- name: Upload FP Report
144146
if: steps.check_files.outputs.files_exists == 'true'
145147
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)