Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 10e8dfb

Browse files
Enable CodeQL in Azure pipeline (#441)
Description of changes Adds CodeQL to Azure pipeline for improved static analysis and security audits of toolkit source code.
1 parent c960b53 commit 10e8dfb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ pr:
33
include:
44
- main
55

6+
variables:
7+
Codeql.Enabled: true
8+
69
stages:
710
- stage: security_compliance
811
displayName: 'Security & Compliance'
@@ -42,11 +45,9 @@ stages:
4245
displayName: 'Build & Test'
4346
pool:
4447
vmImage: 'ubuntu-latest'
45-
4648
jobs:
4749
- job: test
4850
timeoutInMinutes: 10
49-
5051
steps:
5152
- task: NodeTool@0
5253
displayName: 'Setup Node 💾'
@@ -61,7 +62,6 @@ stages:
6162

6263
- job: lint
6364
timeoutInMinutes: 10
64-
6565
steps:
6666
- task: NodeTool@0
6767
displayName: 'Setup Node 💾'
@@ -79,7 +79,6 @@ stages:
7979

8080
- job: build
8181
timeoutInMinutes: 10
82-
8382
steps:
8483
- task: NodeTool@0
8584
displayName: 'Setup Node 💾'

0 commit comments

Comments
 (0)