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

add blackduck scan to run on master #6130

Merged
merged 31 commits into from
Dec 3, 2020
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
fd86c8f
add blackduck scan
dasormeter May 27, 2020
d853d56
fix indentation
dasormeter May 27, 2020
470ed54
more fun with indentation
dasormeter May 27, 2020
f437f6e
disable go scanning
dasormeter May 27, 2020
785f0ac
Increase timeout for blackduck binary scan
dasormeter May 28, 2020
33bd76c
update blackduck scan config
dasormeter May 28, 2020
4fed537
Update build-unix.yml
dasormeter May 28, 2020
7423692
remove some exclusions, force python3
dasormeter Jun 3, 2020
fb40754
Update blackduck with version that support haskell
dasormeter Jun 18, 2020
cc5e6d2
exclude GO until path to go executable can be resolved
dasormeter Jun 18, 2020
542088d
change branch name
dasormeter Jun 18, 2020
64e7b69
add condition to only run on specific branch
dasormeter Jun 18, 2020
6c94491
correct conditions
dasormeter Jun 18, 2020
329aa02
use Build.SourceBranchName
dasormeter Jun 18, 2020
7c814e6
add guard to only run blackduck scan on master branch
dasormeter Jun 18, 2020
f30ab53
sha reference to synopsys-detect script
dasormeter Jun 18, 2020
0619ff8
added readme explanation of why we want this file
dasormeter Jun 18, 2020
b18c068
mention the word blackduck
dasormeter Jun 18, 2020
3a347d3
use System.PullRequest.SourceBranch
dasormeter Jun 18, 2020
7b667b5
fail in case of policy violation
dasormeter Jun 22, 2020
870d446
ensure haskell bazel scan completes before running second round scan …
dasormeter Jun 25, 2020
01fd101
.
dasormeter Jun 25, 2020
f8fd35e
increase timeout
dasormeter Jun 26, 2020
c16d03e
trigger notices file gen to ensure BOM complete
dasormeter Jun 26, 2020
5fe11f1
first we take haskell then we take berlin
dasormeter Jun 30, 2020
4ec58e0
remove trailing end of lines
dasormeter Jun 30, 2020
a45a9fe
run with latest detect version and unique code location name changes …
dasormeter Sep 10, 2020
f60717d
Run latest version of detect
dasormeter Nov 20, 2020
4adfe27
Add blackduck to daily compat job
dasormeter Dec 3, 2020
230004c
DO NOT MERGE: condition false to disable other jobs for testing
dasormeter Dec 3, 2020
0204735
remove parameters not available to cronjob
dasormeter Dec 3, 2020
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
Prev Previous commit
Next Next commit
fail in case of policy violation
  • Loading branch information
dasormeter committed Dec 3, 2020
commit 7b667b58913ad387635c8e55c69fcab1c415e303
5 changes: 3 additions & 2 deletions ci/build-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ steps:
--detect.bazel.dependency.type=maven_install \
--detect.detector.search.exclusion.paths=language-support/ts/codegen/tests/ts,language-support/ts,/Users/brianhealey/g/daml/language-support/scala/examples/iou-no-codegen,language-support/scala/examples/quickstart-scala,docs/source/app-dev/bindings-java/code-snippets,docs/source/app-dev/bindings-java/quickstart/template-root,language-support/scala/examples/quickstart-scala,language-support/scala/examples/iou-no-codegen \
--detect.cleanup=false \
--detect.cleanup.bdio.files=false \
--detect.report.timeout=360
--detect.policy.check.fail.on.severities=MAJOR,CRITICAL,BLOCKER \
--detect.cleanup.bdio.files=true \
--detect.report.timeout=1050
displayName: 'Blackduck Scan'
condition: eq('${{parameters.name}}', 'linux')

Expand Down