Skip to content

Fix socket host to use same logic on client and server #1082

Fix socket host to use same logic on client and server

Fix socket host to use same logic on client and server #1082

Workflow file for this run

on:
pull_request: {}
push:
branches:
- main
- master
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}