Difference between revisions of "Gcloud beta container"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
  [[gcloud beta container images describe]] [[--show-package-vulnerability]]  
 
  [[gcloud beta container images describe]] [[--show-package-vulnerability]]  
 +
 +
gcloud beta container images describe "$REPOSITORY/$image@$SHA" [[--show-package-vulnerability]] --format json | jq '.package_vulnerability_summary.vulnerabilities.CRITICAL | length ')
  
 
   
 
   
Line 11: Line 13:
 
== See also ==
 
== See also ==
 
* {{gcloud container}}
 
* {{gcloud container}}
* {{gcloud}}
+
* {{gcloud beta}}
  
 
[[Category:GCP]]
 
[[Category:GCP]]

Latest revision as of 08:16, 30 August 2022

gcloud beta container images describe --show-package-vulnerability 
gcloud beta container images describe "$REPOSITORY/$image@$SHA" --show-package-vulnerability --format json | jq '.package_vulnerability_summary.vulnerabilities.CRITICAL | length ')


Related[edit]

See also[edit]

Advertising: