From 494ab1dce92a8e05f9a7dcd2a145b0bd534c1f3b Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Mon, 7 Apr 2025 12:55:04 -0700 Subject: [PATCH] frogbot repo config --- .github/workflows/frogbot-scan-repository.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/frogbot-scan-repository.yml b/.github/workflows/frogbot-scan-repository.yml index 198487578..c104aca11 100644 --- a/.github/workflows/frogbot-scan-repository.yml +++ b/.github/workflows/frogbot-scan-repository.yml @@ -1,5 +1,8 @@ name: "Frogbot Scan Repository" on: + push: + branches: + - main workflow_dispatch: schedule: # The repository will be scanned once a day at 00:00 GMT. @@ -26,7 +29,7 @@ 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