Skip to content

[Snyk] Security upgrade express from 4.19.2 to 4.20.0 #26

[Snyk] Security upgrade express from 4.19.2 to 4.20.0

[Snyk] Security upgrade express from 4.19.2 to 4.20.0 #26

Workflow file for this run

name: "CI Pipeline"
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
call-shared-workflow:
uses: Amits64/shared_library/.github/workflows/nodejs_ci_workflow.yml@main
with:
sonar_token: ${{ vars.SONAR_TOKEN }}
sonar_organization: ${{ vars.SONAR_ORGANIZATION }}
sonar_host_url: ${{ vars.SONARQUBE_HOST_URL }}
github_token: ${{ vars.GITHUB_TOKEN }}
dockerhub_username: ${{ vars.DOCKERHUB_USERNAME }}
dockerhub_password: ${{ vars.DOCKERHUB_PASSWORD }}
registry: ${{ vars.REGISTRY }}
image: ${{ vars.IMAGE }}