Skip to content

Commit 113b669

Browse files
authored
chore: pass all parameters when there is a new version has been set [skip ci] (#4598)
* test PR * Update sbom.yml * remove echo
1 parent 4d4dbed commit 113b669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
[ true = "${{github.event.inputs.useFullOWASP}}" ] && A="$A --enable-full-owasp"
9292
[ true = "${{github.event.inputs.useSnapshots}}" ] && A="$A --useSnapshots"
9393
V="${{ github.event.inputs.version || github.event.release.tag_name }}"
94-
[ -n "$V" ] && A="--version $V"
94+
[ -n "$V" ] && A="$A --version $V"
9595
cmd="scripts/generateAndCheckSBOM.js $A"
9696
echo "Running: $cmd"
9797
$cmd

0 commit comments

Comments
 (0)