From 626171b55e3ac67da3fb4ad5e7dd8050fec9aa12 Mon Sep 17 00:00:00 2001 From: Adish M Date: Wed, 24 Apr 2024 15:25:51 +0530 Subject: [PATCH] removing uowanted workflows --- .github/workflows/dependabot-csv.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/dependabot-csv.yml diff --git a/.github/workflows/dependabot-csv.yml b/.github/workflows/dependabot-csv.yml deleted file mode 100644 index 084a07f960..0000000000 --- a/.github/workflows/dependabot-csv.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Dependatbot csv exportor - -on: - workflow_dispatch: - - -jobs: - - Exportor: - runs-on: ubuntu-22.04 - - steps: - - name: Export Dependabot alerts - uses: ShamKarthikS-Hexaware/dependabot-alert-export@v1.0 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - org_name: 'ToolJet' - repo_name: 'ToolJet' - csv_path: data/vulnerability.csv - - - name: Upload Vulnerability report - uses: actions/upload-artifact@v3 - with: - name: vulnerability_report - path: data/vulnerability.csv \ No newline at end of file