Skip to content

Commit 23885d8

Browse files
committed
feat(trivy): add fallback 3rd party completion loader
1 parent ac68847 commit 23885d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@
236236
/_terraform
237237
/tightvncviewer
238238
/tracepath6
239+
/_trivy
239240
/typeset
240241
/_upctl
241242
/_vacuum

completions/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ CLEANFILES = \
786786
_terraform \
787787
tightvncviewer \
788788
tracepath6 \
789+
_trivy \
789790
typeset \
790791
_upctl \
791792
_vacuum \
@@ -886,7 +887,7 @@ symlinks: $(DATA)
886887
$(ss) gkrellm \
887888
gkrellm2
888889
$(ss) _golangci-lint \
889-
_hugo _kn _op _sshi _upctl _vacuum
890+
_hugo _kn _op _sshi _trivy _upctl _vacuum
890891
$(ss) gpgv \
891892
gpgv2
892893
$(ss) gssdp-discover \

0 commit comments

Comments
 (0)