From 9dba8d8130987f3195469e6ac174fe6105507f9a Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Tue, 29 Apr 2025 09:36:31 -0700 Subject: [PATCH] fixing frogbot --- .github/workflows/frogbot-scan-repository.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/frogbot-scan-repository.yml b/.github/workflows/frogbot-scan-repository.yml index 127f53902..ed42d58c6 100644 --- a/.github/workflows/frogbot-scan-repository.yml +++ b/.github/workflows/frogbot-scan-repository.yml @@ -29,19 +29,19 @@ jobs: # [Mandatory if JF_USER and JF_PASSWORD are not provided] # JFrog access token with 'read' permissions on Xray service - JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }} + #JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }} # [Mandatory if JF_ACCESS_TOKEN is not provided] # JFrog username with 'read' permissions for Xray. Must be provided with JF_PASSWORD - JF_USER: ${{ secrets.JF_USER }} + JF_USER: ${{ secrets.ARTIFACTORY_USERNAME }} # [Mandatory if JF_ACCESS_TOKEN is not provided] # JFrog password. Must be provided with JF_USER - JF_PASSWORD: ${{ secrets.JF_ACCESS_TOKEN }} + JF_PASSWORD: ${{ secrets.ARTIFACTORY_IDENTITY_TOKEN }} # [Mandatory] # The GitHub token is automatically generated for the job - JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }} + JF_GIT_TOKEN: ${{ secrets.JF_GIT_TOKEN }} # [Mandatory] # The name of the branch on which Frogbot will perform the scan