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 dependency anchore/syft to v1.20.0 - autoclosed #4861

Merged
merged 1 commit into from
Feb 28, 2025
Merged
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=9.0.0
# renovate: datasource=pypi depName=semgrep
ARG PIP_SEMGREP_VERSION=1.109.0
# renovate: datasource=github-tags depName=anchore/syft
ARG REPOSITORY_SYFT_VERSION=1.19.0
ARG REPOSITORY_SYFT_VERSION=1.20.0
# renovate: datasource=github-tags depName=aquasecurity/trivy
ARG REPOSITORY_TRIVY_VERSION=0.59.1
# renovate: datasource=github-tags depName=aquasecurity/trivy
Expand Down
2 changes: 1 addition & 1 deletion flavors/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ARG NPM_SECRETLINT_SECRETLINT_FORMATTER_SARIF_VERSION=9.0.0
# renovate: datasource=pypi depName=semgrep
ARG PIP_SEMGREP_VERSION=1.109.0
# renovate: datasource=github-tags depName=anchore/syft
ARG REPOSITORY_SYFT_VERSION=1.19.0
ARG REPOSITORY_SYFT_VERSION=1.20.0
# renovate: datasource=github-tags depName=aquasecurity/trivy
ARG REPOSITORY_TRIVY_VERSION=0.59.1
# renovate: datasource=github-tags depName=aquasecurity/trivy
Expand Down
2 changes: 1 addition & 1 deletion linters/repository_syft/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FROM python:3.12.8-alpine3.21
#############################################################################################
#ARG__START
# renovate: datasource=github-tags depName=anchore/syft
ARG REPOSITORY_SYFT_VERSION=1.19.0
ARG REPOSITORY_SYFT_VERSION=1.20.0
#ARG__END

####################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=github-tags depName=anchore/syft
ARG REPOSITORY_SYFT_VERSION=1.19.0
ARG REPOSITORY_SYFT_VERSION=1.20.0
- RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/refs/tags/v${REPOSITORY_SYFT_VERSION}/install.sh | sh -s -- -b /usr/local/bin

# TRIVY
Expand Down