Cleaning up main branch CICD and adding branch-ignores for v2

This commit is contained in:
Thomas Nguyen
2023-09-11 13:11:56 -07:00
parent eefac0d26b
commit fccbb6f2d1
8 changed files with 13 additions and 451 deletions

View File

@@ -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