Skip to content

Commit

Permalink
Run SDT only on source code (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedAbdoOrtiga authored Aug 9, 2021
1 parent fb9dcdf commit eae20c7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pipelines/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,6 @@ jobs:
vmImage: $(windowsImage)
demands: npm
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.x'
displayName: use node 12.x

- script: yarn install --frozen-lockfile
displayName: Install dependencies

- script: yarn cbuild
displayName: Build

- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2
displayName: 'Run CredScan'
inputs:
Expand Down

0 comments on commit eae20c7

Please sign in to comment.