From 1493331d1f7a738772bda81d9bf38ca7abe349f1 Mon Sep 17 00:00:00 2001 From: justinbukstel <90810719+justinbukstel@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:33:38 -0500 Subject: [PATCH 1/2] Update veracode.yml --- veracode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veracode.yml b/veracode.yml index 96446d32..ed01ae6d 100644 --- a/veracode.yml +++ b/veracode.yml @@ -21,7 +21,7 @@ veracode_static_scan: # By selecting a branch here - Veracode will save your last scan result # As an App Profile - given the current name of your scanned repo # Use 'none' if you would not like any scans saved to the platform - analysis_branch: ENTER_BRANCH_NAME_HERE + analysis_branch: default_branch #If the break_build_policy_findings is set to true, the build will break if the pipeline scan finds any policy violations. break_build_policy_findings: true #If the break_build_on_error is set to true, the build will break if the scan failed to complete in time or with an error. From 183e87223f49f6017536dcb51e1c7bc46e062a7b Mon Sep 17 00:00:00 2001 From: justinbukstel <90810719+justinbukstel@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:07:29 -0400 Subject: [PATCH 2/2] Update veracode.yml --- veracode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veracode.yml b/veracode.yml index ed01ae6d..38979d19 100644 --- a/veracode.yml +++ b/veracode.yml @@ -8,7 +8,7 @@ veracode_static_scan: # Entering both will only execute branches_to_run # Leaving them both blank means this will never run branches_to_run: - - '*' + - 'main' branches_to_exclude: pull_request: trigger: true