From fe48fa14f8851b472f233a37b2b74f033775933d Mon Sep 17 00:00:00 2001 From: Desu Sai Venkat <48179357+desusai7@users.noreply.github.com> Date: Fri, 30 Aug 2024 18:12:12 +0530 Subject: [PATCH] ci: changed pull_request_target to pull_request and removed the authorize step --- .github/workflows/snyk.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 4e72e88..b765e11 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -2,7 +2,7 @@ name: Snyk on: merge_group: - pull_request_target: + pull_request: types: - opened - synchronize @@ -20,15 +20,8 @@ concurrency: cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} jobs: - authorize: - name: Authorize - environment: ${{ github.actor != 'dependabot[bot]' && github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }} - runs-on: ubuntu-latest - steps: - - run: true check: - needs: authorize # Require approval before running on forked pull requests name: Check for Vulnerabilities runs-on: windows-2022