Skip to content

update app #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions veracode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down