Skip to content

Commit 81ade38

Browse files
committed
Fix vuln tag
1 parent 824275f commit 81ade38

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

import-from-archmage-yaml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function doit() {
2626
size,
2727
tag: parsed.data.details.type.value,
2828
role: parsed.data.details.role.value || undefined,
29-
vulnerability: parsed.data.details.vulnerability.value || undefined,
29+
vuln: parsed.data.details.vulnerability.value || undefined,
3030
ac: parsed.data.attributes.ac.value,
3131
pd: parsed.data.attributes.pd.value,
3232
md: parsed.data.attributes.md.value,

0 commit comments

Comments
 (0)