From 97407cb010ae843dea79aed3f5cdcc8707257dea Mon Sep 17 00:00:00 2001 From: Nandan Bhat Date: Tue, 3 Sep 2024 13:35:26 +0530 Subject: [PATCH] ci: changed the trigger from pull_request_target to pull_request for better security --- .github/workflows/snyk.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 0ebacbe..29e6b3a 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -3,7 +3,7 @@ name: Snyk on: merge_group: workflow_dispatch: - pull_request_target: + pull_request: types: - opened - synchronize @@ -21,16 +21,7 @@ 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 - name: Check for Vulnerabilities runs-on: ubuntu-latest