Skip to content

Commit

Permalink
chore: add log level input to blackduck scan
Browse files Browse the repository at this point in the history
  • Loading branch information
wattachai-lseg committed Oct 27, 2023
1 parent e96385f commit 16e53a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/blackduck_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ on:
- v6
- v7
default: v7
log-level:
description: 'Log level of scanning. Use DEBUG or TRACE for troubleshooting.'
type: choice
options:
- OFF
- ERROR
- WARN
- INFO
- DEBUG
- TRACE
default: INFO

jobs:
scan-code:
Expand Down

0 comments on commit 16e53a8

Please sign in to comment.