Skip to content

Commit

Permalink
Merge branch 'main' into test-netty
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Oct 18, 2023
2 parents 7cbb70b + 37e45a6 commit 27ab5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
[ true = "${{github.event.inputs.useFullOWASP}}" ] && A="$A --enable-full-owasp"
[ true = "${{github.event.inputs.useSnapshots}}" ] && A="$A --useSnapshots"
V="${{ github.event.inputs.version || github.event.release.tag_name }}"
[ -n "$V" ] && A="--version $V"
[ -n "$V" ] && A="$A --version $V"
cmd="scripts/generateAndCheckSBOM.js $A"
echo "Running: $cmd"
$cmd
Expand Down

0 comments on commit 27ab5be

Please sign in to comment.