Skip to content

Commit

Permalink
SDL Requirment : add policheck (#726)
Browse files Browse the repository at this point in the history
* Add policheck

* Update azure-pipeline-build.yml

* try on windows

* Update azure-pipeline-build.yml
  • Loading branch information
bragi92 authored Jan 23, 2024
1 parent 6ece132 commit ce3b3b0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .pipelines/azure-pipeline-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,23 @@ jobs:
docker push $(WINDOWS_REF_APP_PYTHON_FULL_IMAGE_NAME)
displayName: "Build: build and push reference app python windows image to dev ACR"
workingDirectory: $(Build.SourcesDirectory)/internal/referenceapp/python
- job: SDL_Policheck_Scan
displayName: "SDL: policheck scanning"
pool:
name: Azure-Pipelines-Windows-CI-Test-EO
variables:
skipComponentGovernanceDetection: true
steps:
- checkout: self
submodules: true

- task: PoliCheck@2
displayName: "SDL : Run PoliCheck"
inputs:
targetType: 'F'
targetArgument: '$(Build.SourcesDirectory)'


- job: SDL_Binary_Scan
displayName: "SDL: linux binary scanning"
Expand Down

0 comments on commit ce3b3b0

Please sign in to comment.