Skip to content

Commit

Permalink
ci: fixing issues with mirror path; updating inventories
Browse files Browse the repository at this point in the history
  • Loading branch information
karsten-klein committed Sep 27, 2024
1 parent 99908e4 commit 1623e99
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion documents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<dita.source.dir>${basedir}/src/main/dita</dita.source.dir>

<database.path>${project.basedir}/../../.database/ae-vulnerability-mirror</database.path>
<input.database>${project.basedir}/../../.database/ae-vulnerability-mirror</input.database>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion documents/reports/example-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<inventoryOutputFile>
${project.build.directory}/inventories/inventory/${project.artifactId}-summary.xlsx
</inventoryOutputFile>
<mirrorDirectory>${database.path}</mirrorDirectory>
<mirrorDirectory>${input.database}</mirrorDirectory>

<advisorPeriodicEnrichment>
<active>true</active>
Expand Down

0 comments on commit 1623e99

Please sign in to comment.