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 9d83fdf commit 8a06948Copy full SHA for 8a06948
container-analysis/snippets/pollDiscoveryOccurrenceFinished.js
@@ -69,9 +69,7 @@ async function main(
69
}
70
);
71
console.log(
72
- `Found discovery occurrence ${finishedOccurrence.name}. Status: ${
73
- finishedOccurrence.discovered.discovered.analysisStatus
74
- }`
+ `Found discovery occurrence ${finishedOccurrence.name}. Status: ${finishedOccurrence.discovered.discovered.analysisStatus}`
75
76
// [END containeranalysis_poll_discovery_occurrence_finished]
77
0 commit comments