Allow overriding test images (#186)
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
set -o pipefail
|
||||
# Look for image: definitions that are not templated. If we find none, exit is not 0 and we invert the error code to get the
|
||||
# test to pass. Ignore tests for now...
|
||||
grep "image:" charts/spire/charts/*/templates/*.* | grep -v 'image: {{ template "' > /tmp/findings
|
||||
grep -r "image:" charts/spire | grep "templates/" | grep -v 'image: {{ template "' > /tmp/findings
|
||||
res=$?
|
||||
if [ $res -eq 0 ]; then
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user