Skip to content

Commit

Permalink
chore: upgrades of KICS, Gitleaks, Grype, Trivy and tfsec (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFl authored Oct 9, 2024
1 parent d52c20a commit 70451f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN pip wheel --wheel-dir /usr/src/app/wheels -r ./requirements.txt
# Go build stage for KICS
FROM golang:1.23.2-alpine AS go-build-stage

ARG KICS_VERSION=2.1.2
ARG KICS_VERSION=2.1.3

# Install kics from GitHub
WORKDIR /usr/local/kics
Expand All @@ -24,11 +24,11 @@ RUN wget --no-verbose https://github.com/Checkmarx/kics/archive/refs/tags/v${KIC
# Python run stage
FROM python:3.12.6-alpine AS python-run-stage

ARG GITLEAKS_VERSION=8.19.3
ARG GRYPE_VERSION=0.81.0
ARG KICS_VERSION=2.1.2
ARG TRIVY_VERSION=0.55.2
ARG TFSEC_VERSION=1.28.10
ARG GITLEAKS_VERSION=8.20.1
ARG GRYPE_VERSION=0.82.0
ARG KICS_VERSION=2.1.3
ARG TRIVY_VERSION=0.56.1
ARG TFSEC_VERSION=1.28.11

ARG CREATED
ARG REVISION
Expand Down

0 comments on commit 70451f5

Please sign in to comment.