Skip to content

Commit

Permalink
refactor: do not show the snyk-report-tab on build results that do no…
Browse files Browse the repository at this point in the history
…t contain the snyk task
  • Loading branch information
Rhys Koedijk committed Nov 9, 2024
1 parent c1a0c99 commit c688d1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion vss-extension-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
"targets": ["ms.vss-build-web.build-results-view"],
"properties": {
"name": "Snyk Report",
"uri": "ui/snyk-report-tab.html"
"uri": "ui/snyk-report-tab.html",
"supportsTasks": ["826d5fe9-3983-4643-b918-487964d7cc87"]
}
},
{
Expand Down
3 changes: 2 additions & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
"targets": ["ms.vss-build-web.build-results-view"],
"properties": {
"name": "Snyk Report",
"uri": "ui/snyk-report-tab.html"
"uri": "ui/snyk-report-tab.html",
"supportsTasks": ["826d5fe9-3983-4643-b918-487964d7cc87"]
}
},
{
Expand Down

0 comments on commit c688d1c

Please sign in to comment.