File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change
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'
You can’t perform that action at this time.
0 commit comments