Skip to content

Commit acc99ef

Browse files
author
Ajay kumar
committed
[Blog] [Ajay]: Fix image
1 parent 344315b commit acc99ef

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

TestArena/Blog/Security/Vulnerabilities/detection-in-dotnet/Index.razor

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ dotnet list package --vulnerable
147147
</CodeSnippet>
148148

149149
<BlogImage
150-
ImagePath="/images/blog/vulnerability/auditing/Build passed with audit enabled and severity level defined.png"
150+
ImagePath="/images/blog/vulnerability/auditing/Build status with severity level.png"
151151
Description="Build passed with critical severity level warnings"
152152
Number="3"/>
153153

@@ -233,5 +233,4 @@ dotnet list package --vulnerable
233233
<p>Thats about it for this article. Hope you liked it.</p>
234234

235235
<EndNotes/>
236-
237-
</BlogContainer>
236+
</BlogContainer>

TestArena/TestArena.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<Content Update="wwwroot\images\blog\pact\intro\header_landscape.png">
3131
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3232
</Content>
33-
<Content Update="wwwroot\images\blog\vulnerability\auditing\Build Passed with audit enabled and severity level defined.png">
33+
<Content Update="wwwroot\images\blog\vulnerability\auditing\Build status with severity level.png">
3434
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3535
</Content>
3636
</ItemGroup>

TestArena/wwwroot/images/blog/vulnerability/auditing/Build Passed with audit enabled and severity level defined.png renamed to TestArena/wwwroot/images/blog/vulnerability/auditing/Build status with severity level.png

File renamed without changes.

0 commit comments

Comments
 (0)