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
"Wait, the user wants me to exclude certain targets from this CocoaPods project. Perhaps they don't want dev and test projects included in the SBOM 🤔?",
5107
+
);
5108
+
excludeMessageShown=true;
5109
+
}
5098
5110
}
5099
5111
letaddedObjects=newSet();
5100
5112
for(consttargetofusedTargets){
@@ -7713,7 +7725,7 @@ export async function createBom(path, options) {
7713
7725
);
7714
7726
}else{
7715
7727
thoughtLog(
7716
-
`The user wants me to focus on a single type, '${projectType}'. Could there be an issue with auto-detection, or might they use another tool like cyclonedx-cli to merge all the generated BOMs later?`,
7728
+
`The user wants me to focus on a single type, '${projectType}'.`,
0 commit comments