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 60a4f3e commit 582d4f4Copy full SHA for 582d4f4
hack/extract_manifests_images.sh
@@ -1,8 +1,8 @@
1
#!/usr/bin/env bash
2
3
-# The extracts all images from specific manifests sub-directories.
4
-# Future release process enhancement may include an automatic image inventory scan.
5
-# The reported image list can be used later for image vulnerability scanning and managing license risks management
+# The script extracts all images from specific manifests sub-directories.
+# Future release process enhancements may include an automatic image inventory scan.
+# The reported image list can later be used for image vulnerability scanning and managing license risks management
6
7
#VERSION=1.7.0
8
output_file="../docs/kf${VERSION}_images.txt"
0 commit comments