diff --git a/task/buildah-remote/0.1/buildah-remote.yaml b/task/buildah-remote/0.1/buildah-remote.yaml index b8be56b09c..4b7d13ba9e 100644 --- a/task/buildah-remote/0.1/buildah-remote.yaml +++ b/task/buildah-remote/0.1/buildah-remote.yaml @@ -345,7 +345,7 @@ spec: readOnly: true workingDir: $(workspaces.source.path) - computeResources: {} - image: quay.io/redhat-appstudio/syft:v0.105.0@sha256:32a9d2007f2b042ceec4ef32fa1d90b8d28141822e7d9748f240da9d55c56601 + image: quay.io/redhat-appstudio/syft:v1.1.1@sha256:326a1cb5abdf12d03a40983625f82c0dc2c9755aba27d1054163b94959ac2b04 name: sbom-syft-generate script: | syft dir:$(workspaces.source.path)/source --output cyclonedx-json=$(workspaces.source.path)/sbom-source.json diff --git a/task/buildah/0.1/buildah.yaml b/task/buildah/0.1/buildah.yaml index 9387fb5661..25c6b7c325 100644 --- a/task/buildah/0.1/buildah.yaml +++ b/task/buildah/0.1/buildah.yaml @@ -260,7 +260,7 @@ spec: workingDir: $(workspaces.source.path) - name: sbom-syft-generate - image: quay.io/redhat-appstudio/syft:v0.105.0@sha256:32a9d2007f2b042ceec4ef32fa1d90b8d28141822e7d9748f240da9d55c56601 + image: quay.io/redhat-appstudio/syft:v1.1.1@sha256:326a1cb5abdf12d03a40983625f82c0dc2c9755aba27d1054163b94959ac2b04 # Respect Syft configuration if the user has it in the root of their repository # (need to set the workdir, see https://github.com/anchore/syft/issues/2465) workingDir: $(workspaces.source.path)/source diff --git a/task/rpm-ostree/0.1/rpm-ostree.yaml b/task/rpm-ostree/0.1/rpm-ostree.yaml index bb7dcdbd1a..f38af2c8d7 100644 --- a/task/rpm-ostree/0.1/rpm-ostree.yaml +++ b/task/rpm-ostree/0.1/rpm-ostree.yaml @@ -148,7 +148,7 @@ spec: name: ssh readOnly: true workingDir: $(workspaces.source.path) - - image: quay.io/redhat-appstudio/syft:v0.105.0@sha256:32a9d2007f2b042ceec4ef32fa1d90b8d28141822e7d9748f240da9d55c56601 + - image: quay.io/redhat-appstudio/syft:v1.1.1@sha256:326a1cb5abdf12d03a40983625f82c0dc2c9755aba27d1054163b94959ac2b04 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. diff --git a/task/s2i-java/0.1/s2i-java.yaml b/task/s2i-java/0.1/s2i-java.yaml index 202adfa752..e34a702530 100644 --- a/task/s2i-java/0.1/s2i-java.yaml +++ b/task/s2i-java/0.1/s2i-java.yaml @@ -151,7 +151,7 @@ spec: name: gen-source workingDir: /gen-source - - image: quay.io/redhat-appstudio/syft:v0.105.0@sha256:32a9d2007f2b042ceec4ef32fa1d90b8d28141822e7d9748f240da9d55c56601 + - image: quay.io/redhat-appstudio/syft:v1.1.1@sha256:326a1cb5abdf12d03a40983625f82c0dc2c9755aba27d1054163b94959ac2b04 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. diff --git a/task/s2i-nodejs/0.1/s2i-nodejs.yaml b/task/s2i-nodejs/0.1/s2i-nodejs.yaml index 5f61dc8ed5..38a04791b2 100644 --- a/task/s2i-nodejs/0.1/s2i-nodejs.yaml +++ b/task/s2i-nodejs/0.1/s2i-nodejs.yaml @@ -135,7 +135,7 @@ spec: name: gen-source workingDir: /gen-source - - image: quay.io/redhat-appstudio/syft:v0.105.0@sha256:32a9d2007f2b042ceec4ef32fa1d90b8d28141822e7d9748f240da9d55c56601 + - image: quay.io/redhat-appstudio/syft:v1.1.1@sha256:326a1cb5abdf12d03a40983625f82c0dc2c9755aba27d1054163b94959ac2b04 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released.