Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#457)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* lint

---------

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 Aug 5, 2024
1 parent 4fb8e9f commit dc508d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
actions: read
with:
enable-codeql: false
enable-validate-gradle-wrapper: false
enable-verify-base-image-signature: false
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ EOF

# Kubeconform
# renovate: datasource=github-releases depName=yannh/kubeconform
ARG KUBECONFORM_VERSION=0.6.6
ARG KUBECONFORM_VERSION=0.6.7
ENV KUBECONFORM_URL=https://github.com/yannh/kubeconform/releases/download/v${KUBECONFORM_VERSION}/kubeconform-linux-amd64.tar.gz
RUN <<EOF
curl -LSs "$KUBECONFORM_URL"| tar xz
Expand Down Expand Up @@ -186,7 +186,7 @@ EOF

# Nova
# renovate: datasource=github-releases depName=FairwindsOps/nova
ARG NOVA_VERSION=3.9.0
ARG NOVA_VERSION=3.10.0
ENV NOVA_URL=https://github.com/FairwindsOps/nova/releases/download/v${NOVA_VERSION}/nova_${NOVA_VERSION}_linux_amd64.tar.gz
RUN <<EOF
curl -LSs "$NOVA_URL" | tar xz
Expand Down Expand Up @@ -218,7 +218,7 @@ EOF

# Trivy
# renovate: datasource=github-releases depName=aquasecurity/trivy
ARG TRIVY_VERSION=0.53.0
ARG TRIVY_VERSION=0.54.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 All @@ -229,7 +229,7 @@ EOF

# yq
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=4.44.2
ARG YQ_VERSION=4.44.3
ENV YQ_URL=https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_amd64
RUN <<EOF
curl -LSsO "$YQ_URL"
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==5.2.1
yamllint==1.35.1
pre-commit==3.8.0
checkov==3.2.213
checkov==3.2.218

0 comments on commit dc508d6

Please sign in to comment.