From 0c5fcd090934ecd2db4762113018ec8a61382847 Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Mon, 7 Apr 2025 12:10:56 -0700 Subject: [PATCH 1/5] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e34511b86..6342fbe52 100644 --- a/README.md +++ b/README.md @@ -161,3 +161,4 @@ For additional details, please refer to the blog post [Hello DCO, Goodbye CLA: S ## License The Spring PetClinic sample application is released under version 2.0 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0). +frogbot test 1 \ No newline at end of file From 169eee925e952630c0cf4a0eec1d7b5b303ec2fd Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Mon, 7 Apr 2025 12:33:30 -0700 Subject: [PATCH 2/5] fixing frogbot --- .github/workflows/frogbot-scan-pull-request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/frogbot-scan-pull-request.yml b/.github/workflows/frogbot-scan-pull-request.yml index 39aa281e4..d5063a0fc 100644 --- a/.github/workflows/frogbot-scan-pull-request.yml +++ b/.github/workflows/frogbot-scan-pull-request.yml @@ -22,15 +22,15 @@ 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.JF_USER }} # [Mandatory if JF_ACCESS_TOKEN is not provided] # JFrog password. Must be provided with JF_USER - # JF_PASSWORD: ${{ secrets.JF_PASSWORD }} + JF_PASSWORD: ${{ secrets.JF_ACCESS_TOKEN }} # [Mandatory] # The GitHub token is automatically generated for the job From 776faecee46476cb6eab0cd04afed3bea941a3ac Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Mon, 7 Apr 2025 12:34:50 -0700 Subject: [PATCH 3/5] fixing frogbot repositories config --- .github/workflows/frogbot-scan-repository.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frogbot-scan-repository.yml b/.github/workflows/frogbot-scan-repository.yml index 9e852cf89..198487578 100644 --- a/.github/workflows/frogbot-scan-repository.yml +++ b/.github/workflows/frogbot-scan-repository.yml @@ -30,11 +30,11 @@ jobs: # [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.JF_USER }} # [Mandatory if JF_ACCESS_TOKEN is not provided] # JFrog password. Must be provided with JF_USER - # JF_PASSWORD: ${{ secrets.JF_PASSWORD }} + JF_PASSWORD: ${{ secrets.JF_ACCESS_TOKEN }} # [Mandatory] # The GitHub token is automatically generated for the job From cee13376312bc90edb72ed7864f4b0314cc4894c Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Mon, 7 Apr 2025 12:36:57 -0700 Subject: [PATCH 4/5] frogbot test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6342fbe52..24dff64c0 100644 --- a/README.md +++ b/README.md @@ -161,4 +161,4 @@ For additional details, please refer to the blog post [Hello DCO, Goodbye CLA: S ## License The Spring PetClinic sample application is released under version 2.0 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0). -frogbot test 1 \ No newline at end of file +frogbot test 2 \ No newline at end of file From 494ab1dce92a8e05f9a7dcd2a145b0bd534c1f3b Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Mon, 7 Apr 2025 12:55:04 -0700 Subject: [PATCH 5/5] 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