Skip to content

Commit

Permalink
Change task guid from official trivy's
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Jan 16, 2024
1 parent 053341e commit 56f92af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions trivy-task/task.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/Microsoft/azure-pipelines-task-lib/master/tasks.schema.json",
"id": "8f9cb13f-f551-439c-83e4-fac6801c3fab",
"name": "trivy",
"id": "49da02b3-b3d9-43aa-a3d1-b602500ef487",
"name": "trivy-contrib",
"friendlyName": "Trivy: Take control of your application security",
"description": "Trivy is the world’s most popular open source vulnerability and misconfiguration scanner. It is reliable, fast, extremely easy to use, and it works wherever you need it.",
"helpMarkDown": "[Learn more about this task](https://github.com/aquasecurity/trivy-azure-pipelines-task)",
"category": "Test",
"author": "Aqua Security",
"author": "Georg Jung, Aqua Security",
"version": { VERSION_PLACEHOLDER },
"instanceNameFormat": "Echo trivy $(version)",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"properties": {
"name": "Trivy",
"uri": "index.html",
"supportsTasks": ["8f9cb13f-f551-439c-83e4-fac6801c3fab"]
"supportsTasks": ["49da02b3-b3d9-43aa-a3d1-b602500ef487"]
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"properties": {
"name": "Trivy",
"uri": "index.html",
"supportsTasks": ["8f9cb13f-f551-439c-83e4-fac6801c3fab"]
"supportsTasks": ["49da02b3-b3d9-43aa-a3d1-b602500ef487"]
}
}
],
Expand Down

0 comments on commit 56f92af

Please sign in to comment.