Skip to content

Commit 2e2ecff

Browse files
chore: disabling central analyzer until stable
1 parent 1ff2395 commit 2e2ecff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependency-check/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)