Skip to content

Commit

Permalink
feat: improve readability of severity labels
Browse files Browse the repository at this point in the history
  • Loading branch information
justshiv committed May 12, 2021
1 parent 03aa3d9 commit e430a9e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tap-snapshots/test-snyk-to-html.test.ts-TAP.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ exports[`test/snyk-to-html.test.ts TAP template output displays vulns in descend
.card .label__text {
vertical-align: text-top;
font-weight: bold;
}
.card .label--critical {
Expand Down Expand Up @@ -4392,6 +4393,7 @@ exports[`test/snyk-to-html.test.ts TAP test snyk-to-html handles -a argument cor
.card .label__text {
vertical-align: text-top;
font-weight: bold;
}
.card .label--critical {
Expand Down Expand Up @@ -5239,6 +5241,7 @@ exports[`test/snyk-to-html.test.ts TAP test snyk-to-html handles -s argument cor
.card .label__text {
vertical-align: text-top;
font-weight: bold;
}
.card .label--critical {
Expand Down Expand Up @@ -5981,6 +5984,7 @@ exports[`test/snyk-to-html.test.ts TAP test snyk-to-html shows remediation & sum
.card .label__text {
vertical-align: text-top;
font-weight: bold;
}
.card .label--critical {
Expand Down Expand Up @@ -6780,6 +6784,7 @@ exports[`test/snyk-to-html.test.ts TAP test snyk-to-html shows remediation with
.card .label__text {
vertical-align: text-top;
font-weight: bold;
}
.card .label--critical {
Expand Down
1 change: 1 addition & 0 deletions template/test-cve-report.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@
.card .label__text {
vertical-align: text-top;
font-weight: bold;
}
.card .label--critical {
Expand Down
1 change: 1 addition & 0 deletions template/test-report.inline-css.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
.card .label__text {
vertical-align: text-top;
font-weight: bold;
}
.card .label--critical {
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/expected-output.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@

.card .label__text {
vertical-align: text-top;
font-weight: bold;
}

.card .label--high {
Expand Down

0 comments on commit e430a9e

Please sign in to comment.