Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-scan-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Run Aqua Trivy scan
id: trivy-scan
if: ${{ matrix.target == 'production' }}
uses: aquasecurity/trivy-action@0.35.0
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
with:
input: image-${{ matrix.image.nodeVersion }}.tar
scan-type: image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Run Aqua Trivy scan
id: trivy-scan
uses: aquasecurity/trivy-action@0.35.0
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
with:
image-ref: defradigital/${{env.IMAGE_NAME}}:${{env.DEFRA_VERSION}}-node${{matrix.image.nodeVersion}}
format: sarif
Expand Down
2 changes: 2 additions & 0 deletions .grype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ ignore:
reason: "Node 24: tar patched but not yet available in Node.js base images"
- vulnerability: GHSA-9ppj-qmqm-q256
reason: "Node 24: tar patched but not yet available in Node.js base images"
- vulnerability: CVE-2026-2673
reason: "Alpine libcrypto: No fix available"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set default values for build arguments
ARG DEFRA_VERSION=3.0.3
ARG DEFRA_VERSION=3.0.4
ARG BASE_VERSION=24.14.0-alpine3.23

FROM node:$BASE_VERSION AS production
Expand Down
2 changes: 1 addition & 1 deletion JOB.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DEFRA_VERSION=3.0.3
DEFRA_VERSION=3.0.4
IMAGE_NAME=node
Loading