From d638edd25ff439ef55002328a11ba4b659a9b007 Mon Sep 17 00:00:00 2001 From: kerenr-jfrog Date: Wed, 18 Sep 2024 13:02:18 +0300 Subject: [PATCH] frogbot was tested locally --- .github/workflows/frogbot-scan-pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/frogbot-scan-pull-request.yml b/.github/workflows/frogbot-scan-pull-request.yml index 4afd048..3facb1d 100644 --- a/.github/workflows/frogbot-scan-pull-request.yml +++ b/.github/workflows/frogbot-scan-pull-request.yml @@ -1,6 +1,6 @@ name: "Frogbot Scan Pull Request" on: - pull_request_target: + pull_request_target: types: [ opened, synchronize ] permissions: pull-requests: write @@ -23,6 +23,7 @@ jobs: # JFrog access token with 'read' permissions on Xray service JF_ACCESS_TOKEN: ${{ secrets.FROGBOT_ACCESS_TOKEN }} + # [Mandatory] # The GitHub token is automatically generated for the job JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}