We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c43d4 commit b4a857cCopy full SHA for b4a857c
src/app/markdown/markdown_data.rs
@@ -66,8 +66,10 @@ mod test {
66
pull_string: "ubuntu:23.04".to_string(),
67
image_id: "sha256:f4cdeba72b994748f5eb1f525a70a9cc553b66037ec37e23645fbf3f0f5c160d"
68
.to_string(),
69
- digest: "sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd"
70
- .to_string(),
+ digest: Some(
+ "sha256:5a828e28de105c3d7821c4442f0f5d1c52dc16acf4999d5f31a3bc0f03f06edd"
71
+ .to_string(),
72
+ ),
73
base_os: "ubuntu 23.04".to_string(),
74
75
total_vulns_found: MarkdownSummaryTable {
0 commit comments