1 Commits
1.0.4 ... 1.0.5

Author SHA1 Message Date
f55c3da3ef solve conflicting option
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-06-11 10:40:53 +02:00

View File

@ -87,7 +87,7 @@ parser.add_argument('--sbomfile', '-F',
parser.add_argument('--target', '-T',
help='Target to scan, either path name for sources or docker image tag',
required=False)
parser.add_argument('--verbose', '-v',
parser.add_argument('--verbose', '-V',
help='A lot of debug output',
required=False,
action='store_true',