diff --git a/.github/workflows/socket-security.yml b/.github/workflows/socket-security.yml new file mode 100644 index 0000000..ebe1bfe --- /dev/null +++ b/.github/workflows/socket-security.yml @@ -0,0 +1,14 @@ +name: Socket Security + +on: + push: + branches: [main, master] + pull_request: + types: [opened, synchronize, reopened] + +jobs: + socket-security: + uses: Mercor-Intelligence/.github/.github/workflows/socket-security.yml@main + secrets: + SOCKET_SECURITY_API_KEY: ${{ secrets.SOCKET_SECURITY_API_KEY }} +