diff --git a/task/buildah-oci-ta/0.1/buildah-oci-ta.yaml b/task/buildah-oci-ta/0.1/buildah-oci-ta.yaml index 8009ff15c8..a03a7cb491 100644 --- a/task/buildah-oci-ta/0.1/buildah-oci-ta.yaml +++ b/task/buildah-oci-ta/0.1/buildah-oci-ta.yaml @@ -390,7 +390,7 @@ spec: add: - SETFCAP - name: sbom-syft-generate - image: quay.io/redhat-appstudio/syft:v0.105.1@sha256:1910b829997650c696881e5fc2fc654ddf3184c27edb1b2024e9cb2ba51ac431 + image: quay.io/redhat-appstudio/syft:v1.2.0@sha256:f608cdf9159270124cacfb8e1b2d17fcae05dd869d1a339dd316ede8ad6e5063 workingDir: /var/workdir/source volumeMounts: - mountPath: /var/lib/containers diff --git a/task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml b/task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml index dd1a40ec47..0ced57ad78 100644 --- a/task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml +++ b/task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml @@ -457,7 +457,7 @@ spec: readOnly: true workingDir: /var/workdir - computeResources: {} - image: quay.io/redhat-appstudio/syft:v0.105.1@sha256:1910b829997650c696881e5fc2fc654ddf3184c27edb1b2024e9cb2ba51ac431 + image: quay.io/redhat-appstudio/syft:v1.2.0@sha256:f608cdf9159270124cacfb8e1b2d17fcae05dd869d1a339dd316ede8ad6e5063 name: sbom-syft-generate script: | echo "Running syft on the source directory" diff --git a/task/buildah-remote/0.1/buildah-remote.yaml b/task/buildah-remote/0.1/buildah-remote.yaml index 316c358302..fe9f5d5d16 100644 --- a/task/buildah-remote/0.1/buildah-remote.yaml +++ b/task/buildah-remote/0.1/buildah-remote.yaml @@ -450,7 +450,7 @@ spec: readOnly: true workingDir: $(workspaces.source.path) - computeResources: {} - image: quay.io/redhat-appstudio/syft:v0.105.1@sha256:1910b829997650c696881e5fc2fc654ddf3184c27edb1b2024e9cb2ba51ac431 + image: quay.io/redhat-appstudio/syft:v1.2.0@sha256:f608cdf9159270124cacfb8e1b2d17fcae05dd869d1a339dd316ede8ad6e5063 name: sbom-syft-generate script: | echo "Running syft on the source directory" diff --git a/task/buildah/0.1/buildah.yaml b/task/buildah/0.1/buildah.yaml index 79d147cc8b..563a0e40bf 100644 --- a/task/buildah/0.1/buildah.yaml +++ b/task/buildah/0.1/buildah.yaml @@ -351,7 +351,7 @@ spec: workingDir: $(workspaces.source.path) - name: sbom-syft-generate - image: quay.io/redhat-appstudio/syft:v0.105.1@sha256:1910b829997650c696881e5fc2fc654ddf3184c27edb1b2024e9cb2ba51ac431 + image: quay.io/redhat-appstudio/syft:v1.2.0@sha256:f608cdf9159270124cacfb8e1b2d17fcae05dd869d1a339dd316ede8ad6e5063 # 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 b24e79d395..54f2c6880c 100644 --- a/task/rpm-ostree/0.1/rpm-ostree.yaml +++ b/task/rpm-ostree/0.1/rpm-ostree.yaml @@ -194,7 +194,7 @@ spec: name: ssh readOnly: true workingDir: $(workspaces.source.path) - - image: quay.io/redhat-appstudio/syft:v0.105.1@sha256:1910b829997650c696881e5fc2fc654ddf3184c27edb1b2024e9cb2ba51ac431 + - image: quay.io/redhat-appstudio/syft:v1.2.0@sha256:f608cdf9159270124cacfb8e1b2d17fcae05dd869d1a339dd316ede8ad6e5063 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent name: sbom-syft-generate diff --git a/task/s2i-java/0.1/s2i-java.yaml b/task/s2i-java/0.1/s2i-java.yaml index aa131be0c3..fb66fb5947 100644 --- a/task/s2i-java/0.1/s2i-java.yaml +++ b/task/s2i-java/0.1/s2i-java.yaml @@ -155,7 +155,7 @@ spec: name: gen-source workingDir: /gen-source - - image: quay.io/redhat-appstudio/syft:v0.105.1@sha256:1910b829997650c696881e5fc2fc654ddf3184c27edb1b2024e9cb2ba51ac431 + - image: quay.io/redhat-appstudio/syft:v1.2.0@sha256:f608cdf9159270124cacfb8e1b2d17fcae05dd869d1a339dd316ede8ad6e5063 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent name: sbom-syft-generate diff --git a/task/s2i-nodejs/0.1/s2i-nodejs.yaml b/task/s2i-nodejs/0.1/s2i-nodejs.yaml index c6028fcadf..b380f4b581 100644 --- a/task/s2i-nodejs/0.1/s2i-nodejs.yaml +++ b/task/s2i-nodejs/0.1/s2i-nodejs.yaml @@ -138,7 +138,7 @@ spec: name: gen-source workingDir: /gen-source - - image: quay.io/redhat-appstudio/syft:v0.105.1@sha256:1910b829997650c696881e5fc2fc654ddf3184c27edb1b2024e9cb2ba51ac431 + - image: quay.io/redhat-appstudio/syft:v1.2.0@sha256:f608cdf9159270124cacfb8e1b2d17fcae05dd869d1a339dd316ede8ad6e5063 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent name: sbom-syft-generate