Skip to content
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

new pipelines: running compliance tools on all builds #2480

Merged
merged 3 commits into from
Nov 29, 2021
Merged
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
11 changes: 0 additions & 11 deletions .pipelines/pipeline.user.windows.buddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,3 @@ test:
name: 'Custom tests'
command: '.pipelines/04_test.cmd'
fail_on_stderr: false

static_analysis_options:
credscan_options:
fail_on_error: true
binskim_options:
fail_on_error: true
files_to_scan:
- from: 'src'
policheck_options:
scan_comments: true
fail_on_error: true
11 changes: 0 additions & 11 deletions .pipelines/pipeline.user.windows.official.redfield.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,3 @@ test:
name: 'Custom tests'
command: '.pipelines/04_test.cmd'
fail_on_stderr: false

static_analysis_options:
credscan_options:
fail_on_error: true
binskim_options:
fail_on_error: true
files_to_scan:
- from: 'src'
policheck_options:
scan_comments: true
fail_on_error: true
11 changes: 0 additions & 11 deletions .pipelines/pipeline.user.windows.official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,3 @@ test:
name: 'Custom tests'
command: '.pipelines/04_test.cmd'
fail_on_stderr: false

static_analysis_options:
credscan_options:
fail_on_error: true
binskim_options:
fail_on_error: true
files_to_scan:
- from: 'src'
policheck_options:
scan_comments: true
fail_on_error: true
14 changes: 14 additions & 0 deletions .pipelines/pipeline.user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,17 @@ artifact_publish_options:
publish_to_legacy_artifacts: false
publish_to_pipeline_artifacts: true
publish_to_cloudvault_artifacts: false

static_analysis_options:
credscan_options:
disable_tool_scan: false
fail_on_error: true
binskim_options:
disable_tool_scan: false
fail_on_error: true
files_to_scan:
- from: 'src'
policheck_options:
disable_tool_scan: false
fail_on_error: true
scan_comments: true