Skip to content

Commit

Permalink
Merge pull request konflux-ci#681 from redhat-appstudio/renovate/build
Browse files Browse the repository at this point in the history
Update quay.io/redhat-appstudio/syft Docker tag to v0.97.1
  • Loading branch information
mkosiarc authored Nov 24, 2023
2 parents 07ec767 + 5f13a17 commit 3a56657
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion task/buildah-remote/0.1/buildah-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion task/buildah/0.1/buildah.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion task/rpm-ostree/0.1/rpm-ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion task/s2i-java/0.1/s2i-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion task/s2i-nodejs/0.1/s2i-nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a56657

Please sign in to comment.