Skip to content

Commit

Permalink
chore: update versions.json in main with latest WC (#6642)
Browse files Browse the repository at this point in the history
* chore: update versions.json in main with latest WC

* pin the plugin version to 2.8.0

---------

Co-authored-by: Zhe Sun <[email protected]>
  • Loading branch information
vaadin-bot and ZheSun88 committed Aug 5, 2024
1 parent f71e519 commit e79cd9f
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion scripts/generateAndCheckSBOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ async function main() {
fs.writeFileSync("package.json","{}");
await run('mvn clean package -ntp -B -Pproduction -DskipTests -q');
await run('mvn dependency:tree -ntp -B', { output: 'target/tree-maven.txt' });
await run('mvn -ntp -B org.cyclonedx:cyclonedx-maven-plugin:makeAggregateBom -q');
await run('mvn -ntp -B org.cyclonedx:cyclonedx-maven-plugin:2.8.0:makeAggregateBom -q');
await run('npm ls --depth 6', { output: 'target/tree-npm.txt' });
await run('npm install --silent');
await run('npm install --silent --save-dev @cyclonedx/cyclonedx-npm');
Expand Down
Loading

0 comments on commit e79cd9f

Please sign in to comment.