Skip to content

Commit

Permalink
Fix complince check config (microsoft#3496)
Browse files Browse the repository at this point in the history
# Description

Fix complince check config

# All Promptflow Contribution checklist:
- [ ] **The pull request does not introduce [breaking changes].**
- [ ] **CHANGELOG is updated for new features, bug fixes or other
significant changes.**
- [ ] **I have read the [contribution guidelines](../CONTRIBUTING.md).**
- [ ] **Create an issue and link to the pull request to get dedicated
review from promptflow team. Learn more: [suggested
workflow](../CONTRIBUTING.md#suggested-workflow).**

## General Guidelines and Best Practices
- [ ] Title of the pull request is clear and informative.
- [ ] There are a small number of commits, each of which have an
informative message. This means that previously merged commits do not
appear in the history of the PR. For more information on cleaning up the
commits in your PR, [see this
page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### Testing Guidelines
- [ ] Pull request includes test coverage for the included changes.

---------

Co-authored-by: Zhengfei Wang <[email protected]>
  • Loading branch information
wangchao1230 and zhengfeiwang authored Jul 3, 2024
1 parent 98cef15 commit 06ce3ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/pipelines/compliance_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ pool:
steps:
- checkout: self

- task: PowerShell@2
inputs:
targetType: inline
script: |
Remove-Item -Recurse -Force $(sourceLocation)/benchmark/promptflow-serve/result-archive
displayName: 'Delete benchmark HTML files'

# https://eng.ms/docs/microsoft-security/cloud-ecosystem-security/azure-security/cloudai-security-fundamentals-engineering/security-integration/guardian-wiki/sdl-azdo-extension/PoliCheck-build-task
- task: PoliCheck@2
inputs:
Expand Down
2 changes: 1 addition & 1 deletion scripts/compliance-check/user_exclusion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<Exclusion Type="FileName">SRC\PROMPTFLOW-CORE\PROMPTFLOW\CORE\_SERVING\STATIC\INDEX.JS</Exclusion>
<Exclusion Type="FileType">.MIN.JS</Exclusion>
<Exclusion Type="FolderPathFull">SRC\PROMPTFLOW-DEVKIT\PROMPTFLOW\_SDK\_SERVICE\STATIC\</Exclusion>
</PoliCheckExclusions>
</PoliCheckExclusions>

0 comments on commit 06ce3ba

Please sign in to comment.