Skip to content

Bump ws, engine.io and socket.io-adapter #391

Bump ws, engine.io and socket.io-adapter

Bump ws, engine.io and socket.io-adapter #391

Workflow file for this run

name: Scan for secrets
on:
push:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
code-security-scan:
name: Code Security Scan
runs-on: ubuntu-20.04
strategy:
fail-fast: false
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
exit-code: '1'
ignore-unfixed: true
security-checks: secret