Skip to content

[Snyk] Security upgrade @nestjs/platform-express from 9.4.3 to 10.3.6 #22

[Snyk] Security upgrade @nestjs/platform-express from 9.4.3 to 10.3.6

[Snyk] Security upgrade @nestjs/platform-express from 9.4.3 to 10.3.6 #22

Workflow file for this run

name: PR Update
on: pull_request
jobs:
build-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build and test image
uses: docker/build-push-action@v3
with:
context: ./
file: ./build/Dockerfile
builder: ${{ steps.buildx.outputs.name }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
RUN_TESTS=${{ true }}