Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#349)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: chgl <[email protected]>
  • Loading branch information
renovate[bot] and chgl authored Sep 18, 2023
1 parent 793d0d0 commit 9b7f6cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ EOF

# Trivy
# renovate: datasource=github-releases depName=aquasecurity/trivy
ARG TRIVY_VERSION=0.45.0
ARG TRIVY_VERSION=0.45.1
ENV TRIVY_URL=https://github.com/aquasecurity/trivy/releases/download/v${TRIVY_VERSION}/trivy_${TRIVY_VERSION}_Linux-64bit.tar.gz
RUN <<EOF
curl -LSs $TRIVY_URL | tar xz
Expand Down Expand Up @@ -308,7 +308,7 @@ EOF

# ah cli
# renovate: datasource=github-releases depName=artifacthub/hub
ARG AH_CLI_VERSION=1.15.0
ARG AH_CLI_VERSION=1.16.0
ENV AH_CLI_URL=https://github.com/artifacthub/hub/releases/download/v${AH_CLI_VERSION}/ah_${AH_CLI_VERSION}_linux_amd64.tar.gz
RUN <<EOF
curl -LSs $AH_CLI_URL | tar xz
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
yamale==4.0.4
yamllint==1.32.0
pre-commit==3.4.0
checkov==2.4.32
checkov==2.4.40

0 comments on commit 9b7f6cc

Please sign in to comment.