You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sbomCollector.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@ export class SbomCollector {
260
260
this.decisions[fullName]=`Fetching because error comparing pushed_at (${baseline.repoPushedAt} / ${repo.pushed_at})`;
261
261
}
262
262
}else{
263
-
this.decisions[fullName]=baseline ? `Fetching because missing pushed_at (${baseline.repoPushedAt} / ${repo.pushed_at})` : "Fetching because no baseline";
263
+
this.decisions[fullName]=baseline ? `Fetching because of missing pushed_at (${baseline.repoPushedAt} / ${repo.pushed_at})` : "Fetching because no baseline";
0 commit comments