From 8908a4e8cfaba35f05d155e68b730be9a86edb39 Mon Sep 17 00:00:00 2001 From: VaibhavMalik4187 Date: Tue, 10 Oct 2023 07:36:29 +0530 Subject: [PATCH] Removed the Codesee workflow Fixes: https://github.com/kubescape/kubescape/issues/1405 Signed-off-by: VaibhavMalik4187 --- .github/workflows/codesee-arch-diagram.yml | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/codesee-arch-diagram.yml diff --git a/.github/workflows/codesee-arch-diagram.yml b/.github/workflows/codesee-arch-diagram.yml deleted file mode 100644 index d8a4b442..00000000 --- a/.github/workflows/codesee-arch-diagram.yml +++ /dev/null @@ -1,30 +0,0 @@ -# This workflow was added by CodeSee. Learn more at https://codesee.io/ -# This is v2.0 of this workflow file -on: - pull_request_target: - types: [opened, synchronize, reopened] - paths-ignore: - - '**.yaml' - - '**.yml' - - '**.md' - - '**.sh' - - 'website/*' - - 'examples/*' - - 'docs/*' - - 'build/*' - - '.github/*' - -name: CodeSee - -permissions: read-all - -jobs: - codesee: - runs-on: ubuntu-latest - continue-on-error: true - name: Analyze the repo with CodeSee - steps: - - uses: Codesee-io/codesee-action@v2 - with: - codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }} - codesee-url: https://app.codesee.io