Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/src/ @microsoft/edge-ai-core-dev

# Dataviewer application
/src/dataviewer/ @microsoft/edge-ai-core-dev
/data-management/viewer/ @microsoft/edge-ai-core-dev

# Infrastructure as code
/deploy/ @microsoft/edge-ai-core-dev
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dast-zap-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Build and start dataviewer
shell: bash
working-directory: src/dataviewer
working-directory: data-management/viewer
env:
HMI_LOCAL_DATA_PATH: ./data/test-dataset
run: docker compose up -d --build --wait
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Stop dataviewer containers
if: always()
shell: bash
working-directory: src/dataviewer
working-directory: data-management/viewer
run: docker compose down

- name: Add job summary
Expand Down
Loading