summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/functest/functest-kubernetes-ng.yaml2
-rw-r--r--jjb/functest/functest-kubernetes.yaml2
-rw-r--r--jjb/functest/functest.yaml2
-rw-r--r--jjb/functest/xtesting.yaml2
4 files changed, 4 insertions, 4 deletions
diff --git a/jjb/functest/functest-kubernetes-ng.yaml b/jjb/functest/functest-kubernetes-ng.yaml
index af73197ea..170014bc8 100644
--- a/jjb/functest/functest-kubernetes-ng.yaml
+++ b/jjb/functest/functest-kubernetes-ng.yaml
@@ -397,7 +397,7 @@
else
image={repo}:{port}/{container}:{tag}
fi
- sudo grype -q $image
+ ./grype -q $image
- job-template:
name: 'functest-kubernetes-ng-{repo}-{container}-{tag}-grype'
diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml
index d81ea174c..515afe3ab 100644
--- a/jjb/functest/functest-kubernetes.yaml
+++ b/jjb/functest/functest-kubernetes.yaml
@@ -1298,7 +1298,7 @@
else
image={repo}:{port}/{container}:{tag}
fi
- grype -q $image
+ ./grype -q $image
- job-template:
name: 'functest-kubernetes-{repo}-{container}-{tag}-grype'
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml
index 47cc85771..9e91d8ed0 100644
--- a/jjb/functest/functest.yaml
+++ b/jjb/functest/functest.yaml
@@ -1661,7 +1661,7 @@
else
image={repo}:{port}/{container}:{tag}
fi
- sudo grype -q $image
+ ./grype -q $image
- job-template:
name: 'functest-{repo}-{container}-{tag}-grype'
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml
index fab7f660d..f15e34cb4 100644
--- a/jjb/functest/xtesting.yaml
+++ b/jjb/functest/xtesting.yaml
@@ -865,7 +865,7 @@
else
image={repo}:{port}/{container}:{tag}
fi
- sudo grype -q $image
+ ./grype -q $image
- job-template:
name: 'xtesting-{repo}-{container}-{tag}-grype'