Skip to content

Commit 3e15755

Browse files
committed
Merged PR 409839: Enabling SDL for powerbi-javascript repo
Enabled CodeQL and SDL: Buddy test run: https://dev.azure.com/powerbi/Embedded/_build?definitionId=8484&_a=summary
1 parent 0e09337 commit 3e15755

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.config/tsaoptions.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"codebaseName": "powerbi-javascript",
3+
"instanceUrl": "https://powerbi.visualstudio.com",
4+
"projectName": "Trident",
5+
"areaPath" : "Trident\\ISV and ALM\\Embedded",
6+
"iterationPath": "Trident\\Releases",
7+
"notificationAliases": [
8+
9+
],
10+
"codebaseAdmins": [
11+
"redmond\\corembed"
12+
],
13+
"ignoreBranchName": true
14+
}

.pipelines/OneBranch.Official.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ extends:
4141
parameters:
4242
globalSdl: # https://aka.ms/obpipelines/sdl
4343
tsa:
44-
enabled: false
44+
enabled: true
45+
codeql:
46+
compiled:
47+
enabled: true
4548
cg:
4649
failOnAlert: false
4750

0 commit comments

Comments
 (0)