Skip to content

Commit 5e59eed

Browse files
ci: add blackduck oss scan (#6171)
1 parent 5f7d56b commit 5e59eed

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Open Source Security
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
schedule:
8+
- cron: "12 3 * * *"
9+
workflow_dispatch:
10+
11+
jobs:
12+
piper-oss:
13+
name: 'Security'
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
19+
20+
- name: detectExecuteScan
21+
22+
with:
23+
step-name: detectExecuteScan
24+
flags: '--token ${{ secrets.DETECT_TOKEN }}'
25+
26+

.pipeline/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
general:
2+
owner: SAP
3+
repository: ui5-webcomponents-react
4+
buildTool: yarn
5+
steps:
6+
detectExecuteScan:
7+
serverUrl: 'https://sap.blackducksoftware.com'
8+
projectName: 'ui5-webcomponents-react'
9+
groups:
10+
- 'ui5-webcomponents-react'
11+
npmDependencyTypesExcluded: ['DEV']
12+
useDetect9: true
13+
excludedPackageManagers:
14+
- 'LERNA'
15+
customEnvironmentVariables:
16+
- 'DETECT_YARN_DEPENDENCY_TYPES_EXCLUDED=NON_PRODUCTION'

0 commit comments

Comments
 (0)