Skip to content

Commit

Permalink
Fix vuln tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Feb 21, 2022
1 parent 824275f commit 81ade38
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion import-from-archmage-yaml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function doit() {
size,
tag: parsed.data.details.type.value,
role: parsed.data.details.role.value || undefined,
vulnerability: parsed.data.details.vulnerability.value || undefined,
vuln: parsed.data.details.vulnerability.value || undefined,
ac: parsed.data.attributes.ac.value,
pd: parsed.data.attributes.pd.value,
md: parsed.data.attributes.md.value,
Expand Down
Loading

0 comments on commit 81ade38

Please sign in to comment.