From 5f13a17973440b92c1a8c2df8a47995cb9ee4c60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 23:15:34 +0000 Subject: [PATCH] Update quay.io/redhat-appstudio/syft Docker tag to v0.97.1 --- task/buildah-remote/0.1/buildah-remote.yaml | 2 +- task/buildah/0.1/buildah.yaml | 2 +- task/rpm-ostree/0.1/rpm-ostree.yaml | 2 +- task/s2i-java/0.1/s2i-java.yaml | 2 +- task/s2i-nodejs/0.1/s2i-nodejs.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/task/buildah-remote/0.1/buildah-remote.yaml b/task/buildah-remote/0.1/buildah-remote.yaml index 688761a716..c184963f96 100644 --- a/task/buildah-remote/0.1/buildah-remote.yaml +++ b/task/buildah-remote/0.1/buildah-remote.yaml @@ -246,7 +246,7 @@ spec: readOnly: true workingDir: $(workspaces.source.path) - computeResources: {} - image: quay.io/redhat-appstudio/syft:v0.96.0 + image: quay.io/redhat-appstudio/syft:v0.97.1 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 32376ccb49..a623e93ea6 100644 --- a/task/buildah/0.1/buildah.yaml +++ b/task/buildah/0.1/buildah.yaml @@ -187,7 +187,7 @@ spec: workingDir: $(workspaces.source.path) - name: sbom-syft-generate - image: quay.io/redhat-appstudio/syft:v0.96.0 + image: quay.io/redhat-appstudio/syft:v0.97.1 script: | syft dir:$(workspaces.source.path)/source --output cyclonedx-json=$(workspaces.source.path)/sbom-source.json find $(cat /workspace/container_path) -xtype l -delete diff --git a/task/rpm-ostree/0.1/rpm-ostree.yaml b/task/rpm-ostree/0.1/rpm-ostree.yaml index 45c4702e95..c89e81a1ff 100644 --- a/task/rpm-ostree/0.1/rpm-ostree.yaml +++ b/task/rpm-ostree/0.1/rpm-ostree.yaml @@ -130,7 +130,7 @@ spec: name: ssh readOnly: true workingDir: $(workspaces.source.path) - - image: quay.io/redhat-appstudio/syft:v0.96.0 + - image: quay.io/redhat-appstudio/syft:v0.97.1 name: sbom-syft-generate computeResources: limits: diff --git a/task/s2i-java/0.1/s2i-java.yaml b/task/s2i-java/0.1/s2i-java.yaml index e2b1ec3bb7..379aadb563 100644 --- a/task/s2i-java/0.1/s2i-java.yaml +++ b/task/s2i-java/0.1/s2i-java.yaml @@ -146,7 +146,7 @@ spec: name: gen-source workingDir: /gen-source - - image: quay.io/redhat-appstudio/syft:v0.96.0 + - image: quay.io/redhat-appstudio/syft:v0.97.1 name: sbom-syft-generate script: | syft dir:$(workspaces.source.path)/source --output cyclonedx-json=$(workspaces.source.path)/sbom-source.json diff --git a/task/s2i-nodejs/0.1/s2i-nodejs.yaml b/task/s2i-nodejs/0.1/s2i-nodejs.yaml index 9102c7894f..8d7c2102f0 100644 --- a/task/s2i-nodejs/0.1/s2i-nodejs.yaml +++ b/task/s2i-nodejs/0.1/s2i-nodejs.yaml @@ -127,7 +127,7 @@ spec: name: gen-source workingDir: /gen-source - - image: quay.io/redhat-appstudio/syft:v0.96.0 + - image: quay.io/redhat-appstudio/syft:v0.97.1 name: sbom-syft-generate script: | syft dir:$(workspaces.source.path)/source --output cyclonedx-json=$(workspaces.source.path)/sbom-source.json