Skip to content

Commit

Permalink
switch back to older npm package but increase schemaVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Dec 5, 2023
1 parent 44a486a commit b0d06bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/owasp-dt-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install cdxgen
working-directory: frontend
run: npm install -g @cyclonedx/cdxgen@9.9.6
run: npm install -g @cyclonedx/cdxgen@8.6.0

- name: 'Generate SBOM for maven dependencies'
working-directory: backend
Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</executions>
<configuration>
<projectType>application</projectType>
<schemaVersion>1.3</schemaVersion>
<schemaVersion>1.4</schemaVersion>
<includeBomSerialNumber>true</includeBomSerialNumber>
<includeCompileScope>true</includeCompileScope>
<includeProvidedScope>true</includeProvidedScope>
Expand Down

0 comments on commit b0d06bd

Please sign in to comment.