Skip to content

Commit

Permalink
fix: get newer cyclonedx version without vuln
Browse files Browse the repository at this point in the history
ci: fix workflow print typo

Signed-off-by: Zvi Grinberg <zgrinber@redhat.com>
  • Loading branch information
zvigrinberg committed May 6, 2024
1 parent c59a20c commit def5794
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ jobs:
run: |
if [[ $RETEST_IS_NECESSARY == "true" ]]; then
echo "Re-test was triggered!!, triggering changed file - $TRIGGERING_FILE"
echo "Running Again Unit-test =>"
echo "Running Again Unit-tests =>"
npm run test
echo "Running Again Unit-test =>"
echo "Running Again Integration tests =>"
npm run integration-tests
else
echo "Re-test of library is not needed, continuing to deployment!"
Expand Down
25 changes: 15 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@babel/core": "^7.23.2",
"@cyclonedx/cyclonedx-library": "~1.3.4",
"@cyclonedx/cyclonedx-library": "~1.13.3",
"fast-toml": "^0.5.4",
"fast-xml-parser": "^4.2.4",
"help": "^3.0.2",
Expand Down

0 comments on commit def5794

Please sign in to comment.