Skip to content

Commit

Permalink
Fix 12
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Jun 29, 2024
1 parent eddd3db commit dd6a4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/base/grype-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -u

grype_common() {
grype_args="$@"
grype_args="$@ --exclude=${CONFIG_TEMP_DIR}"

grype_path=$(install)
grype_version=$(${grype_path} --version | cut -d ' ' -f 2)
Expand Down

0 comments on commit dd6a4ce

Please sign in to comment.