Skip to content

Commit a1b3831

Browse files
committed
feat(grype): add 3rd party fallback completion loader
https://github.com/anchore/grype#shell-completion
1 parent 89ad58f commit a1b3831

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
/_goreleaser
160160
/gpc
161161
/gpgv2
162+
/_grype
162163
/gssdp-device-sniffer
163164
/gtar
164165
/_gup

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ CLEANFILES = \
727727
_goreleaser \
728728
gpc \
729729
gpgv2 \
730+
_grype \
730731
gssdp-device-sniffer \
731732
gtar \
732733
_gup \
@@ -1180,6 +1181,7 @@ symlinks: $(DATA)
11801181
_gopass \
11811182
_gopherjs \
11821183
_goreleaser \
1184+
_grype \
11831185
_gup \
11841186
_helm \
11851187
_hostctl \

0 commit comments

Comments
 (0)