Skip to content

Commit

Permalink
Update troubadix/standalone_plugins/deprecate_vts.py
Browse files Browse the repository at this point in the history
Co-authored-by: mbrinkhoff <[email protected]>
  • Loading branch information
amy-gb and mbrinkhoff authored Jul 4, 2024
1 parent 5b46afb commit 7d8b341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troubadix/standalone_plugins/deprecate_vts.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def parse_args(args: Iterable[str] = None) -> Namespace:
"-r",
"--deprecation-reason",
metavar="<deprecation_reason>",
choices=["notus", "merged", "duplicate", "defunct"],
choices=DEPRECATIONS.keys()
type=str,

Check failure

Code scanning / CodeQL

Syntax error Error

Syntax Error (in Python 3).
help="The reason the VT is being deprecated. Options are 'notus':"
"The VT has been replaced by a new Notus VT. 'Merged': the VT has"
Expand Down

0 comments on commit 7d8b341

Please sign in to comment.