From 218ed5a74f14d8a61f888c4ed43c38f78370ee0d Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Mon, 7 Apr 2025 13:47:00 -0700 Subject: [PATCH 1/3] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24dff64c0..9e06c25f1 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 2 \ No newline at end of file +frogbot test 3 \ No newline at end of file From c9464eaf1f59ec8a5e7838179580da4c92dbe28a Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Mon, 7 Apr 2025 14:36:50 -0700 Subject: [PATCH 2/3] trying jf access token --- .github/workflows/frogbot-scan-pull-request.yml | 2 +- .github/workflows/frogbot-scan-repository.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frogbot-scan-pull-request.yml b/.github/workflows/frogbot-scan-pull-request.yml index d5063a0fc..29f4f2678 100644 --- a/.github/workflows/frogbot-scan-pull-request.yml +++ b/.github/workflows/frogbot-scan-pull-request.yml @@ -22,7 +22,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 diff --git a/.github/workflows/frogbot-scan-repository.yml b/.github/workflows/frogbot-scan-repository.yml index c104aca11..6ab782483 100644 --- a/.github/workflows/frogbot-scan-repository.yml +++ b/.github/workflows/frogbot-scan-repository.yml @@ -29,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 From d7e1362573505cde42876e0243fab1e3a1acfa94 Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Mon, 7 Apr 2025 14:40:47 -0700 Subject: [PATCH 3/3] again --- .github/workflows/frogbot-scan-pull-request.yml | 2 +- .github/workflows/frogbot-scan-repository.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frogbot-scan-pull-request.yml b/.github/workflows/frogbot-scan-pull-request.yml index 29f4f2678..fc0b8a383 100644 --- a/.github/workflows/frogbot-scan-pull-request.yml +++ b/.github/workflows/frogbot-scan-pull-request.yml @@ -18,7 +18,7 @@ jobs: env: # [Mandatory] # JFrog platform URL - JF_URL: ${{ secrets.JF_URL }} + # JF_URL: ${{ secrets.JF_URL }} # [Mandatory if JF_USER and JF_PASSWORD are not provided] # JFrog access token with 'read' permissions on Xray service diff --git a/.github/workflows/frogbot-scan-repository.yml b/.github/workflows/frogbot-scan-repository.yml index 6ab782483..ea109c903 100644 --- a/.github/workflows/frogbot-scan-repository.yml +++ b/.github/workflows/frogbot-scan-repository.yml @@ -25,7 +25,7 @@ jobs: env: # [Mandatory] # JFrog platform URL - JF_URL: ${{ secrets.JF_URL }} + # JF_URL: ${{ secrets.JF_URL }} # [Mandatory if JF_USER and JF_PASSWORD are not provided] # JFrog access token with 'read' permissions on Xray service