Cleaning up main branch CICD and adding branch-ignores for v2
This commit is contained in:
4
.github/workflows/blackduck_rapid.yml
vendored
4
.github/workflows/blackduck_rapid.yml
vendored
@@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
branches-ignore:
|
||||
- v2/trunk
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
@@ -36,4 +38,4 @@ jobs:
|
||||
--detect.detector.search.depth=3 \
|
||||
--detect.detector.search.continue=true \
|
||||
--detect.npm.include.dev.dependencies=false
|
||||
# --detect.detector.search.continue=true - If true, the bom tool search will continue to look for nested bom tools of the same type to the maximum search depth
|
||||
# --detect.detector.search.continue=true - If true, the bom tool search will continue to look for nested bom tools of the same type to the maximum search depth
|
||||
|
||||
Reference in New Issue
Block a user