#!/bin/sh
# Generated by trunk tool 'trivy'
marker_file="/Users/mm6/.cache/trunk/tools/trivy/0.51.4-521ffb59e423682ac0cca065759ae787.marker";
if [ ! -f $marker_file ]; then
  trunk tools install trivy;
fi

export PATH="/Users/mm6/.cache/trunk/tools/trivy/0.51.4-521ffb59e423682ac0cca065759ae787:${PATH}"

exec trivy "$@"
