File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1705,7 +1705,9 @@ Array [
17051705 <table >
17061706 <caption
17071707 data-testid = " table-caption"
1708- />
1708+ >
1709+ ghcr.io/socialgouv/sample-next-app/hasura:latest (debian 10.9)
1710+ </caption >
17091711 <thead >
17101712 <tr >
17111713 <th
@@ -3543,7 +3545,9 @@ Array [
35433545 <table >
35443546 <caption
35453547 data-testid = " table-caption"
3546- />
3548+ >
3549+ ghcr.io/socialgouv/sample-next-app/hasura:latest (debian 10.9)
3550+ </caption >
35473551 <thead >
35483552 <tr >
35493553 <th
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ export const Trivy: React.FC<TrivyProps> = ({ data }) => {
6767 { image . trivy . Vulnerabilities &&
6868 image . trivy . Vulnerabilities . length ? (
6969 < Table
70+ caption = { image . trivy . Target }
7071 columns = { columns }
7172 data = { image . trivy . Vulnerabilities ?. sort ( orderBySeverity ) }
7273 rowKey = { ( row ) => row . PkgName + row . VulnerabilityID }
You can’t perform that action at this time.
0 commit comments