diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 8b57851a..303cd9d9 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -38,17 +38,3 @@ jobs: image-ref: ghcr.io/${{ github.repository }}:${{ github.sha }} severity: HIGH,CRITICAL exit-code: 1 - - # - name: Set up Docker Buildx - # uses: docker/setup-buildx-action@v2 - - # - name: Build with Docker Compose - # id: build - # shell: bash - # env: - # IMAGE_NAME: ${{ github.repository }} - # IMAGE_TAG: ${{ github.sha }} - # run: | - # docker compose build - - \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 122442d8..0d932c95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN ./node_modules/.bin/sass --load-path=./ --style=compressed src/app.scss:dist WORKDIR /src RUN /node_modules/.bin/jest -FROM public.ecr.aws/docker/library/python:3.12-alpine3.18 AS base +FROM public.ecr.aws/docker/library/python:3.12-alpine3.21 AS base ARG HELM_VERSION=3.14.1 ARG HELM_TARBALL=helm-v${HELM_VERSION}-linux-amd64.tar.gz diff --git a/requirements.txt b/requirements.txt index 5a579bc7..572665c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ PyNaCl==1.5.0 pytest==8.0.0 pytest-django==4.8.0 python-dotenv==1.0.1 -python-jose==3.3.0 +python-jose==3.3.1 pyyaml==6.0.1 rules==3.3 sentry-sdk==2.17.0