Skip to content

Commit

Permalink
New Plugin Version
Browse files Browse the repository at this point in the history
  • Loading branch information
julz0815 committed Nov 26, 2023
1 parent f4eb064 commit b2b8771
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VeracodePipelineScan",
"version": "0.1.17",
"version": "0.1.18",
"description": "An extension which lets you run Veracode's pipeline scan and publish resulsts as a seperate tab.",
"scripts": {
"build": "tsc -p .",
Expand Down
2 changes: 1 addition & 1 deletion pipelinescan/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async function run() {
const badParameters = ['-f', '--file', '-rp', '--request_policy', '-vid', '--veracode_api_id', '-vkey', '--veracode_api_key', '-bf', '--baseline_file', '-jo', '--json_output', '-jf', '--json_output_file', '-gig', '--gl_issu_generation', '-gvg', '--gl_vulnerability_generation'];
const badParametersLenght = badParameters.length;
//all parameters
const allParameters = ['-h', '-v', '-f', '-prof', '-vkey', '-vid', '-fs fail_on_severity', '-fc fail_on_cwe', '-bf', '-t', '-id', '-sd', '-jd', '-so', '-sf', '-jo', '-jf', '-p', '-u', '-r', '-aid', '-ds', '-gig', '-gvg', '-fjf', '-pn', '-pf', '-rp', '-V', '--file', '--request_policy', '--veracode_profile', '--veracode_api_id', '--veracode_api_key', '--fail_on_severity', '--fail_on_cwe', '--baseline_file', '--policy_name', '--policy_file', '--timeout', '--issue_details', '--summary_display', '--json_display', '--verbose', '--summary_output', '--summary_output_file', '--json_output', '--json_output_file', '--filtered_json_output_file', '--gl_issue_generation', '--gl_vulnerability_generation', '--project_name', '--project_url', '--project_ref', '--app_id', '--development_stage', '--help', '--version'];
const allParameters = ['-h', '-v', '-f', '-prof', '-vkey', '-vid', '-fs fail_on_severity', '-fc fail_on_cwe', '-bf', '-t', '-id', '-sd', '-jd', '-so', '-sf', '-jo', '-jf', '-p', '-u', '-r', '-aid', '-ds', '-gig', '-gvg', '-fjf', '-pn', '-pf', '-rp', '-V', '--file', '--request_policy', '--veracode_profile', '--veracode_api_id', '--veracode_api_key', '--fail_on_severity', '--fail_on_cwe', '--baseline_file', '--policy_name', '--policy_file', '--timeout', '--issue_details', '--summary_display', '--json_display', '--verbose', '--summary_output', '--summary_output_file', '--json_output', '--json_output_file', '--filtered_json_output_file', '--gl_issue_generation', '--gl_vulnerability_generation', '--project_name', '--project_url', '--project_ref', '--app_id', '--development_stage', '--help', '--version', '-i', '--include'];
const allParametersLength = allParameters.length;
//replace quotes to double quotes
var repalcedAdditionalFlags = additionalFlags.replace(/"/g, "\"");
Expand Down
2 changes: 1 addition & 1 deletion pipelinescan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VeracodePipelineScan",
"version": "0.1.17",
"version": "0.1.18",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pipelinescan/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 0,
"Minor": 1,
"Patch": 17
"Patch": 18
},
"showEnvironmentVariables": true,
"instanceNameFormat": "VeracodePipelineScan",
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "VeracodePipelineScan",
"version": "0.1.17",
"version": "0.1.18",
"name": "Veracode Pipeline Scan",
"description": "An extension which lets you run Veracode's pipeline scan and publish results as a seperate tab. ",
"publisher": "JulianTotzek-Hallhuber",
Expand Down

0 comments on commit b2b8771

Please sign in to comment.