Removes accidental commits

This commit is contained in:
Jonathan Hodgson 2025-11-15 11:03:23 +00:00
parent 5b44925a9a
commit 51420f6954
2 changed files with 0 additions and 31 deletions

View file

@ -1,14 +0,0 @@
reduce .findings[] as $finding( []; . + [
if $finding | has("subIssues") then
$finding.subIssues[] | if . | has("shortSubIssues") then
(.shortSubIssues[] | {title: .title, impact: .impact, likelihood: .likelihood})
else
{title: .title, impact: .impact, likelihood: .likelihood}
end
elif $finding | has("shortSubIssues") then
($finding.shortSubIssues[] | {title: .title, impact: .impact, likelihood: .likelihood})
else
{title: $finding.title, impact: $finding.impact, likelihood: $finding.likelihood}
end] ) |
group_by(.likelihood) | map({(.[0].likelihood): .}) | add |
map_values(. | group_by(.impact) | map({(.[0].impact): (. | length)}) | add)

View file

@ -1,17 +0,0 @@
:::indent
#### Something (\High,\Low)
some description
##### Technical Details
something
##### Recommendation
something
:::
something