Skip to content

Commit 44427f4

Browse files
committed
feat(syft): add 3rd party fallback completion loader
https://github.com/anchore/syft
1 parent aa6f0fd commit 44427f4

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
@@ -408,6 +408,7 @@
408408
/_steampipe
409409
/stream
410410
/sudoedit
411+
/_syft
411412
/_tanzu
412413
/_tanzu-core
413414
/_tendermint

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,7 @@ CLEANFILES = \
10141014
_steampipe \
10151015
stream \
10161016
sudoedit \
1017+
_syft \
10171018
_tanzu \
10181019
_tanzu-core \
10191020
_tendermint \
@@ -1295,6 +1296,7 @@ symlinks: $(DATA)
12951296
_sshi \
12961297
_ssh-inscribe \
12971298
_steampipe \
1299+
_syft \
12981300
_tanzu \
12991301
_tanzu-core \
13001302
_tkn \

0 commit comments

Comments
 (0)