File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ runs:
3333 if : inputs.nvd-api-key == ''
3434 uses : hypertrace/github-actions/gradle@main
3535 with :
36- args : dependencyCheckAggregate ${{steps.suppressions.outputs.args}} -Danalyzer.ossindex.enabled=false
36+ args : dependencyCheckAggregate ${{steps.suppressions.outputs.args}} -Danalyzer.ossindex.enabled=false -Danalyzer.central.enabled=false
3737
3838 - name : Dependency Check
3939 if : inputs.nvd-api-key != ''
4040 uses : hypertrace/github-actions/gradle@main
4141 with :
42- args : dependencyCheckAggregate ${{steps.suppressions.outputs.args}} -Dnvd.api.key=${{ inputs.nvd-api-key }} -Danalyzer.ossindex.enabled=false
42+ args : dependencyCheckAggregate ${{steps.suppressions.outputs.args}} -Dnvd.api.key=${{ inputs.nvd-api-key }} -Danalyzer.ossindex.enabled=false -Danalyzer.central.enabled=false
4343
4444 - name : Upload dependency check report
4545 if : always()
You can’t perform that action at this time.
0 commit comments