mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-05-16 03:50:29 +00:00
20 lines
327 B
Bash
Executable File
20 lines
327 B
Bash
Executable File
#!/bin/bash
|
|
|
|
########################
|
|
# include the magic
|
|
########################
|
|
. demo-magic.sh
|
|
|
|
# hide the evidence
|
|
clear
|
|
|
|
pe "./k8sgpt analyze --explain"
|
|
|
|
pe "./k8sgpt filter list"
|
|
|
|
pe "./k8sgpt integration list"
|
|
|
|
pe "./k8sgpt integration activate trivy"
|
|
|
|
pe "./k8sgpt analyze --filter VulnerabilityReport -o json | jq ."
|