Skip to content

Commit

Permalink
Merge branch 'main' into 67-cve-2024-34351
Browse files Browse the repository at this point in the history
  • Loading branch information
timbastin authored Sep 25, 2024
2 parents 1ea30f1 + 8939f19 commit 28244d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions src/components/risk-identification/ContainerScanningNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ function ContainerScanning() {
LastScan={
asset.lastContainerScan ? (
<small className="w-full text-right text-muted-foreground">
last component update{" "}
<FormatDate dateString={asset.lastContainerScan} />, continuously
monitoring risk changes.
Continuously monitoring risk changes. Last component update{" "}
<FormatDate dateString={asset.lastScaScan} />.
</small>
) : undefined
}
Expand Down
5 changes: 2 additions & 3 deletions src/components/risk-identification/SCANode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ function SCA() {
LastScan={
asset.lastScaScan ? (
<small className="w-full text-right text-muted-foreground">
last component update{" "}
<FormatDate dateString={asset.lastScaScan} />, continuously
monitoring risk changes.
Continuously monitoring risk changes. Last component update{" "}
<FormatDate dateString={asset.lastScaScan} />.
</small>
) : undefined
}
Expand Down

0 comments on commit 28244d5

Please sign in to comment.