We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbff460 commit baf4d7dCopy full SHA for baf4d7d
1 file changed
azure-pipelines.yml
@@ -25,6 +25,9 @@ steps:
25
--github-auth $(GITHUB)
26
displayName: 'Initialize CodeQl and Install Agent.'
27
28
+- script: gitleaks --config=.gitleaks.toml --repo-path=$(Build.Repository.LocalPath) --verbose --redact
29
+ displayName: 'Scan Code for Static Credentials'
30
+
31
- script: |
32
./codeql-runner-linux analyze \
33
--repository ankitosh/sample-java-programs \
0 commit comments