Skip to content

Commit

Permalink
Add PoliCheck scan
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbradley1 authored Jun 12, 2024
1 parent 0c3a726 commit 4e067a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azdo/azure-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ pool:
vmImage: ubuntu-latest

steps:
- task: PoliCheck@1
inputs:
inputType: 'Basic'
targetType: 'F'
targetArgument: '$(System.DefaultWorkingDirectory)'
result: 'PoliCheck.xml'
- script: docker build -t graphrag:backend -f docker/Dockerfile-backend .
displayName: 'Build backend docker image'
- script: docker build -t graphrag:frontend -f docker/Dockerfile-frontend .
Expand Down

0 comments on commit 4e067a4

Please sign in to comment.