Skip to content

Commit 5f23010

Browse files
Merge branch 'dev' into snyk-api-parser-sca-implementation
2 parents c5f0cb4 + 81435f7 commit 5f23010

6 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/release-x-manual-docker-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: echo "DOCKER_ORG=$(echo ${GITHUB_REPOSITORY%%/*} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
5353

5454
- name: Login to DockerHub
55-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
55+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5656
with:
5757
username: ${{ secrets.DOCKERHUB_USERNAME }}
5858
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/release-x-manual-merge-container-digests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
merge-multiple: true
4949

5050
- name: Login to DockerHub
51-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
51+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5252
with:
5353
username: ${{ secrets.DOCKERHUB_USERNAME }}
5454
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/release-x-manual-tag-as-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "DOCKER_ORG=$(echo ${GITHUB_REPOSITORY%%/*} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
3838

3939
- name: Login to DockerHub
40-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
40+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
4141
with:
4242
username: ${{ secrets.DOCKERHUB_USERNAME }}
4343
password: ${{ secrets.DOCKERHUB_TOKEN }}

Dockerfile.integration-tests-debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# code: language=Dockerfile
33

4-
FROM openapitools/openapi-generator-cli:v7.15.0@sha256:509f01c3c7eee9d1ad286506a7b6aa4624a95b410be9a238a306d209e900621f AS openapitools
4+
FROM openapitools/openapi-generator-cli:v7.16.0@sha256:e56372add5e038753fb91aa1bbb470724ef58382fdfc35082bf1b3e079ce353c AS openapitools
55
# currently only supports x64, no arm yet due to chrome and selenium dependencies
66
FROM python:3.12.11-slim-trixie@sha256:d67a7b66b989ad6b6d6b10d428dcc5e0bfc3e5f88906e67d490c4d3daac57047 AS build
77
WORKDIR /app

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ services:
120120
source: ./docker/extra_settings
121121
target: /app/docker/extra_settings
122122
postgres:
123-
image: postgres:18.0-alpine@sha256:aa7c4a8932f5bafe14700a789339d102251d0f7d53503a201247b5f5990da5e2
123+
image: postgres:18.0-alpine@sha256:9636ae7feacd8d630303eede7f95cd0f472d514e7864422c6aa8ea07b2171df8
124124
environment:
125125
POSTGRES_DB: ${DD_DATABASE_NAME:-defectdojo}
126126
POSTGRES_USER: ${DD_DATABASE_USER:-defectdojo}

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Markdown==3.9
2828
openpyxl==3.1.5
2929
Pillow==11.3.0 # required by django-imagekit
3030
psycopg[c]==3.2.10
31-
cryptography==46.0.1
31+
cryptography==46.0.2
3232
python-dateutil==2.9.0.post0
3333
redis==6.4.0
3434
requests==2.32.5
@@ -41,7 +41,7 @@ titlecase==2.4.1
4141
social-auth-app-django==5.4.3
4242
social-auth-core==4.7.0
4343
gitpython==3.1.45
44-
python-gitlab==6.3.0
44+
python-gitlab==6.4.0
4545
cpe==1.3.1
4646
packageurl-python==0.17.5
4747
django-crum==0.7.9
@@ -54,12 +54,12 @@ django-fieldsignals==0.7.0
5454
hyperlink==21.0.0
5555
djangosaml2==1.11.1
5656
drf-spectacular==0.28.0
57-
drf-spectacular-sidecar==2025.9.1
57+
drf-spectacular-sidecar==2025.10.1
5858
django-ratelimit==4.1.0
5959
argon2-cffi==25.1.0
6060
blackduck==1.1.3
6161
pycurl==7.45.7 # Required for Celery Broker AWS (SQS) support
62-
boto3==1.40.39 # Required for Celery Broker AWS (SQS) support
62+
boto3==1.40.42 # Required for Celery Broker AWS (SQS) support
6363
netaddr==1.3.0
6464
vulners==2.3.7
6565
fontawesomefree==6.6.0

0 commit comments

Comments
 (0)