Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v4.16.0 (Month 2025)
- Accept state option in command line upload

v4.15.0 (December 2024)
- No changes

Expand Down
3 changes: 3 additions & 0 deletions lib/tasks/thorfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ class VeracodeTasks < Thor

desc 'upload FILE', 'upload Veracode results in XML format'
long_desc 'This plugin expects a XML file generated by Veracode'
method_option :state,
type: :string,
desc: 'The state your issues will be created with. If not provided, the scope will be draft'
def upload(file_path)
require 'config/environment'

Expand Down