Skip to content

Commit

Permalink
Merge pull request DependencyTrack#2665 from mvandermade/use-componen…
Browse files Browse the repository at this point in the history
…t-for-msteams

Change dependency to component to show info again

Closes DependencyTrack#2638
  • Loading branch information
nscuro committed Apr 11, 2023
2 parents 695b6f2 + 2962fc7 commit c10153f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -31,11 +31,11 @@
"facts": [
{
"name": "Project",
"value": "{{ subject.dependency.project.toString | escape(strategy="json") }}"
"value": "{{ subject.component.project.toString | escape(strategy="json") }}"
},
{
"name": "Component",
"value": "{{ subject.dependency.component.toString | escape(strategy="json") }}"
"value": "{{ subject.component.toString | escape(strategy="json") }}"
}
],
{% elseif notification.group == "PROJECT_AUDIT_CHANGE" %}
Expand Down

0 comments on commit c10153f

Please sign in to comment.