Skip to content

Commit baf4d7d

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent dbff460 commit baf4d7d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ steps:
2525
--github-auth $(GITHUB)
2626
displayName: 'Initialize CodeQl and Install Agent.'
2727

28+
- script: gitleaks --config=.gitleaks.toml --repo-path=$(Build.Repository.LocalPath) --verbose --redact
29+
displayName: 'Scan Code for Static Credentials'
30+
2831
- script: |
2932
./codeql-runner-linux analyze \
3033
--repository ankitosh/sample-java-programs \

0 commit comments

Comments
 (0)