Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update registry.redhat.io/rh-syft-tech-preview/syft-rhel9 docker tag to v1.18.1 #1836

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion task/buildah-rhtap/0.1/buildah-rhtap.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: tekton.dev/v1

Check warning on line 1 in task/buildah-rhtap/0.1/buildah-rhtap.yaml

View workflow job for this annotation

GitHub Actions / Check Trusted Artifact variants

TODO: Task needs a Trusted Artifacts variant created
kind: Task
metadata:
labels:
Expand Down Expand Up @@ -130,7 +130,7 @@
workingDir: $(workspaces.source.path)

- name: generate-sboms
image: registry.redhat.io/rh-syft-tech-preview/syft-rhel9:1.0.1@sha256:27c268d678103a27b6964c2cd5169040941b7304d0078f9727789ffb8ffba370
image: registry.redhat.io/rh-syft-tech-preview/syft-rhel9:1.18.1@sha256:398f0ef395de137f05563d8de43e508bcb2e6810aa9d9adc638154b52c1a469c
# 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ spec:

# Needs syft, which is in a different image => has to be a separate step
- name: convert-sboms-if-needed
image: registry.redhat.io/rh-syft-tech-preview/syft-rhel9:1.0.1@sha256:27c268d678103a27b6964c2cd5169040941b7304d0078f9727789ffb8ffba370
image: registry.redhat.io/rh-syft-tech-preview/syft-rhel9:1.18.1@sha256:398f0ef395de137f05563d8de43e508bcb2e6810aa9d9adc638154b52c1a469c
script: |
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
Expand Down
Loading