Skip to content

[UXE-6411] refactor: add null value to cipher suite option and minimum tls version #1331

[UXE-6411] refactor: add null value to cipher suite option and minimum tls version

[UXE-6411] refactor: add null value to cipher suite option and minimum tls version #1331

Workflow file for this run

name: Package Audit
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- dev
- redesigning-the-flow-of-the-user-journey-in-domain-and-edge-app
push:
branches:
- dev
- redesigning-the-flow-of-the-user-journey-in-domain-and-edge-app
workflow_dispatch:
env:
HUSKY: 0
jobs:
package-audit:
runs-on: ubuntu-latest
container:
image: node:18-alpine3.18
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install SO deps
run: apk add curl bash git
- name: Install dependencies
run: yarn ci
- name: Run package-auditor
run: yarn package-audit