Skip to content

Commit ce6f993

Browse files
Merge pull request #82 from camilamacedo86/update-reports-oct
update reports
2 parents 6a8384c + 6d2b611 commit ce6f993

File tree

46 files changed

+31103
-30983
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+31103
-30983
lines changed

hack/report/bundles/generate.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ func main() {
7878
command := exec.Command(binPath, "index", report,
7979
fmt.Sprintf("--index-image=%s", image),
8080
"--output=json",
81+
"--disable-scorecard",
8182
fmt.Sprintf("--output-path=%s", reportPathName),
8283
)
8384
_, err = pkg.RunCommand(command)

index.html

Lines changed: 35 additions & 35 deletions
Large diffs are not rendered by default.
Lines changed: 2309 additions & 2277 deletions
Large diffs are not rendered by default.
Lines changed: 1757 additions & 1757 deletions
Large diffs are not rendered by default.
Lines changed: 1238 additions & 1250 deletions
Large diffs are not rendered by default.
Lines changed: 1259 additions & 1271 deletions
Large diffs are not rendered by default.
Lines changed: 1157 additions & 1179 deletions
Large diffs are not rendered by default.
Lines changed: 1067 additions & 1063 deletions
Large diffs are not rendered by default.
Lines changed: 4490 additions & 4481 deletions
Large diffs are not rendered by default.
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ <h1>Max OCP version for 4.9 Dashboard </h1>
8484
<h5 class="display-12 fw-bold">Data from the image used</h5>
8585
<ul>
8686
<li>Image name: registry.redhat.io/redhat/certified-operator-index:v4.6 </li>
87-
<li>Image ID: sha256:62c83f530d5ab1f30a38be13cf4bd51b138523fb6b05485a32b85f132ad775ab </li>
88-
<li>Image Created at: 2021-09-29T23:03:45.900782369Z </li>
89-
<li>From JSON report generated at: 2021-10-01 </li>
87+
<li>Image ID: sha256:b912a1e115a560d23c7f4944f386a53ed0a7e9fafad8791fa4823ee5ad1bb4f5 </li>
88+
<li>Image Created at: 2021-10-01T21:36:39.041885896Z </li>
89+
<li>From JSON report generated at: 2021-10-02 </li>
9090
</ul>
9191
</div>
9292

@@ -118,20 +118,30 @@ <h5 class="display-12 fw-bold">Missing Max OCP Version</h5>
118118

119119

120120
<tr>
121-
<th></th>
121+
<th>mongodb-enterprise</th>
122122
<th>
123123
<ul>
124124

125+
<li>CRD</li>
126+
125127
</ul>
126128
</th>
127129
<th>
128130
<ul>
129131

132+
<li>stable</li>
133+
130134
</ul>
131135
</th>
132136
<th>
133137
<ul>
134138

139+
<li>mongodb-enterprise.v1.12.0 - (label=v4.6-v4.7,max=not set,channels=[stable],head:YES,defaultChannel:YES, deprecated:NO)</li>
140+
141+
<li>mongodb-enterprise.v1.5.3 - (label=v4.5,v4.6,max=not set,channels=[stable],head:NO,defaultChannel:YES, deprecated:NO)</li>
142+
143+
<li>mongodb-enterprise.v1.5.4 - (label=v4.5,v4.6,max=not set,channels=[stable],head:NO,defaultChannel:YES, deprecated:NO)</li>
144+
135145
</ul>
136146
</th>
137147
<th>
@@ -142,30 +152,20 @@ <h5 class="display-12 fw-bold">Missing Max OCP Version</h5>
142152
</tr>
143153

144154
<tr>
145-
<th>mongodb-enterprise</th>
155+
<th></th>
146156
<th>
147157
<ul>
148158

149-
<li>CRD</li>
150-
151159
</ul>
152160
</th>
153161
<th>
154162
<ul>
155163

156-
<li>stable</li>
157-
158164
</ul>
159165
</th>
160166
<th>
161167
<ul>
162168

163-
<li>mongodb-enterprise.v1.12.0 - (label=v4.6-v4.7,max=not set,channels=[stable],head:YES,defaultChannel:YES, deprecated:NO)</li>
164-
165-
<li>mongodb-enterprise.v1.5.3 - (label=v4.5,v4.6,max=not set,channels=[stable],head:NO,defaultChannel:YES, deprecated:NO)</li>
166-
167-
<li>mongodb-enterprise.v1.5.4 - (label=v4.5,v4.6,max=not set,channels=[stable],head:NO,defaultChannel:YES, deprecated:NO)</li>
168-
169169
</ul>
170170
</th>
171171
<th>

0 commit comments

Comments
 (0)