Skip to content

Commit

Permalink
test PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Oct 18, 2023
1 parent 4d4dbed commit dd8a247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
name: Install proKey
- run: |
## TODO: do not disable bomber by default (https://github.com/devops-kung-fu/bomber/issues/174)
echo "useBomber ${{github.event.inputs.useBomber}}"
[ -z "${{github.event.inputs.useBomber}}" -o false = "${{github.event.inputs.useBomber}}" ] && A="$A --disable-bomber"
[ false = "${{github.event.inputs.useOSV}}" ] && A="$A --disable-osv-scan"
[ false = "${{github.event.inputs.useOWASP}}" ] && A="$A --disable-owasp"
Expand Down

0 comments on commit dd8a247

Please sign in to comment.