diff --git a/.github/workflows/socket-security.yml b/.github/workflows/socket-security.yml deleted file mode 100644 index f728abd..0000000 --- a/.github/workflows/socket-security.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Socket Security - -on: - pull_request: - branches: [main] - -jobs: - scan: - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write - issues: write - security-events: write - steps: - - uses: actions/checkout@v6 - - - uses: SocketDev/socket-security-py-action@v1 - with: - github-token: ${{ secrets.GITHUB_TOKEN }}