We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4dbed commit 113b669Copy full SHA for 113b669
.github/workflows/sbom.yml
@@ -91,7 +91,7 @@ jobs:
91
[ true = "${{github.event.inputs.useFullOWASP}}" ] && A="$A --enable-full-owasp"
92
[ true = "${{github.event.inputs.useSnapshots}}" ] && A="$A --useSnapshots"
93
V="${{ github.event.inputs.version || github.event.release.tag_name }}"
94
- [ -n "$V" ] && A="--version $V"
+ [ -n "$V" ] && A="$A --version $V"
95
cmd="scripts/generateAndCheckSBOM.js $A"
96
echo "Running: $cmd"
97
$cmd
0 commit comments