Skip to content

Commit

Permalink
try including configdocsgenerator 6
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Dec 2, 2024
1 parent b714080 commit 9a341cb
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion .github/workflows/configurationserver_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a341cb

Please sign in to comment.