From 23ab353e5ca9159d847082d2dbc896fbf036acf5 Mon Sep 17 00:00:00 2001 From: Yoshitomo Yasuno Date: Mon, 24 Jul 2023 11:02:11 +0900 Subject: [PATCH] Revert "Scan code with mend" --- .github/workflows/mend.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/mend.yml diff --git a/.github/workflows/mend.yml b/.github/workflows/mend.yml deleted file mode 100644 index fad022e..0000000 --- a/.github/workflows/mend.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: mend -permissions: - contents: read - id-token: write -on: - schedule: - - cron: '30 7 * * 1' - -jobs: - scan-code: - runs-on: ubuntu-20.04 - steps: - - name: Checkout mend action - uses: actions/checkout@v3 - with: - repository: aktsk/mend-action - path: ./.github/actions/mend-action - ssh-key: ${{ secrets.MEND_CHECKOUT_KEY }} - - name: Generate credential of GCP - uses: 'google-github-actions/auth@v1' - with: - workload_identity_provider: ${{ secrets.MEND_GCP_PROVIDER_ID }} - service_account: ${{ secrets.MEND_SERVICE_ACCOUNT }} - - name: Scan repo - uses: ./.github/actions/mend-action - with: - mend_api_key: ${{ secrets.MEND_API_KEY }} - mend_user_key: ${{ secrets.MEND_USER_KEY }} - slack_token: ${{ secrets.MEND_SLACK_TOKEN }}