File tree 3 files changed +7
-10
lines changed
[env]/app/[app]/vulnerability-report
3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 68
68
</BodyShort >
69
69
{:else if image .vulnerabilitySummary === null }
70
70
<BodyShort >
71
- <WarningIcon class =" text-aligned-icon" /> No data found. <Link
72
- href ={docURL (' /services/vulnerabilities/how-to/sbom/' )}
73
- target =" _blank" >How to fix</Link
74
- >
71
+ <WarningIcon class =" text-aligned-icon" /> No data found.
72
+ <a href ={docURL (' /services/vulnerabilities/how-to/sbom/' )} target =" _blank" >How to fix</a >
75
73
</BodyShort >
76
74
{:else if image .hasSBOM && image .vulnerabilitySummary && hasFindings }
77
75
<VulnerabilityBadges summary ={image .vulnerabilitySummary } />
81
79
</BodyShort >
82
80
{/if }
83
81
84
- <Link href ={imageDetailsUrl }>View image details </Link >
82
+ <Link href ={imageDetailsUrl }>View vulnerability report </Link >
85
83
</div >
86
84
{/if }
87
85
Original file line number Diff line number Diff line change 71
71
{#if image .vulnerabilitySummary }
72
72
<VulnerabilityBadges summary ={image .vulnerabilitySummary } />
73
73
{:else if ! image .hasSBOM && image .vulnerabilitySummary !== null }
74
- <WarningIcon class =" text-aligned-icon" />
75
- Data was discovered, but the SBOM was not rendered. Refer to the
74
+ <WarningIcon class =" text-aligned-icon" /> Data was discovered, but the SBOM was not rendered.
75
+ Refer to the
76
76
<a href ={docURL (' /services/vulnerabilities/' )}>Nais documentation</a >
77
77
for further assistance.
78
78
{:else }
79
- <WarningIcon class =" text-aligned-icon" />
80
- No data found.
79
+ <WarningIcon class =" text-aligned-icon" /> No data found.
81
80
<a href ={docURL (' /services/vulnerabilities/how-to/sbom/' )}> How to fix</a >
82
81
{/if }
83
82
</div >
Original file line number Diff line number Diff line change 69
69
href ="/team/ {teamSlug }/ {workload .teamEnvironment .environment
70
70
.name }/ {workload .__typename === ' Job'
71
71
? ' job'
72
- : ' app' }/ {workload .name }/vulnerability-report" >Go to image details </a
72
+ : ' app' }/ {workload .name }/vulnerability-report" >View vulnerability report </a
73
73
>
74
74
</li >
75
75
{/each }
You can’t perform that action at this time.
0 commit comments