mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
6 lines
175 B
Bash
6 lines
175 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Source this file in your shell sessions in order to use this shell completion.
|
|
|
|
complete -W "$(docker images --format '{{.Repository}}:{{.Tag}}')" syft
|