From 9a341cbaab024ff96564a66b57b8afcd440d4627 Mon Sep 17 00:00:00 2001 From: EddeCCC Date: Mon, 2 Dec 2024 16:45:24 +0100 Subject: [PATCH] try including configdocsgenerator 6 --- .../workflows/configurationserver_test.yml | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/.github/workflows/configurationserver_test.yml b/.github/workflows/configurationserver_test.yml index 66282def1c..af3e1f7192 100644 --- a/.github/workflows/configurationserver_test.yml +++ b/.github/workflows/configurationserver_test.yml @@ -49,7 +49,33 @@ jobs: continue-on-error: true with: project: inspectIT/inspectit-ocelot-configuration-server - path: 'components/inspectit-ocelot-config*/**/*.jar' + path: 'components/inspectit-ocelot-configurationserver' + format: 'HTML' + args: > + --disableAssembly + --disableNodeAudit + --nvdApiKey ${{ secrets.NVD_API_KEY }} + --nvdApiDelay 10000 + - name: Run DependencyCheck plugin ui + uses: dependency-check/Dependency-Check_Action@main + id: depcheck + continue-on-error: true + with: + project: inspectIT/inspectit-ocelot-configuration-server-ui + path: 'components/inspectit-ocelot-configurationserver-ui' + format: 'HTML' + args: > + --disableAssembly + --disableNodeAudit + --nvdApiKey ${{ secrets.NVD_API_KEY }} + --nvdApiDelay 10000 + - name: Run DependencyCheck plugin configdocsgenerator + uses: dependency-check/Dependency-Check_Action@main + id: depcheck + continue-on-error: true + with: + project: inspectIT/inspectit-ocelot-configdocsgenerator + path: 'components/inspectit-ocelot-configdocsgenerator' format: 'HTML' args: > --disableAssembly