Skip to content

Commit

Permalink
chore(deps): update dependency anchore/syft to v1.19.0 (oxsecurity#4570)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and xezzon committed Jan 23, 2025
1 parent 5d8007f commit 3dc7a2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ ARG REPOSITORY_DEVSKIM_VERSION=1.0.51
# renovate: datasource=github-tags depName=anchore/grype
ARG REPOSITORY_GRYPE_VERSION=0.79.5
# renovate: datasource=github-tags depName=anchore/syft
ARG REPOSITORY_SYFT_VERSION=1.18.1
ARG REPOSITORY_SYFT_VERSION=1.19.0
# renovate: datasource=github-tags depName=aquasecurity/trivy
ARG REPOSITORY_TRIVY_VERSION=0.58.2
# 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 @@ -86,7 +86,7 @@ ARG REPOSITORY_DEVSKIM_VERSION=1.0.51
# renovate: datasource=github-tags depName=anchore/grype
ARG REPOSITORY_GRYPE_VERSION=0.79.5
# renovate: datasource=github-tags depName=anchore/syft
ARG REPOSITORY_SYFT_VERSION=1.18.1
ARG REPOSITORY_SYFT_VERSION=1.19.0
# renovate: datasource=github-tags depName=aquasecurity/trivy
ARG REPOSITORY_TRIVY_VERSION=0.58.2
# 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.18.1
ARG REPOSITORY_SYFT_VERSION=1.19.0
#ARG__END

####################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=github-tags depName=anchore/syft
ARG REPOSITORY_SYFT_VERSION=1.18.1
ARG REPOSITORY_SYFT_VERSION=1.19.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

0 comments on commit 3dc7a2b

Please sign in to comment.