Skip to content

Commit

Permalink
test: UPDATE_SNAPSHOTS=true make test
Browse files Browse the repository at this point in the history
Signed-off-by: Mike de Senna <desenna@gmail.com>
  • Loading branch information
desenna committed May 19, 2022
1 parent 03d3b4a commit 75c4a5f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,24 @@
}
]
}
],
"properties": [
{
"name": "Foo",
"value": "Bar"
},
{
"name": "Foo",
"value": "You"
},
{
"name": "Foo",
"value": "Two"
},
{
"name": "Bar",
"value": "Foo"
}
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@
</versions>
</target>
</affects>
<properties>
<property name="Foo">Bar</property>
<property name="Foo">You</property>
<property name="Foo">Two</property>
<property name="Bar">Foo</property>
</properties>
</vulnerability>
</vulnerabilities>
</bom>

0 comments on commit 75c4a5f

Please sign in to comment.