Merge pull request #1 from JesseHouldsworth/frogbot2

Frogbot2
This commit is contained in:
Jesse Houldsworth 2025-04-07 13:45:36 -07:00 committed by GitHub
commit ee2bb6fc82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 6 deletions

View file

@ -22,15 +22,15 @@ jobs:
# [Mandatory if JF_USER and JF_PASSWORD are not provided] # [Mandatory if JF_USER and JF_PASSWORD are not provided]
# JFrog access token with 'read' permissions on Xray service # 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] # [Mandatory if JF_ACCESS_TOKEN is not provided]
# JFrog username with 'read' permissions for Xray. Must be provided with JF_PASSWORD # 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] # [Mandatory if JF_ACCESS_TOKEN is not provided]
# JFrog password. Must be provided with JF_USER # JFrog password. Must be provided with JF_USER
# JF_PASSWORD: ${{ secrets.JF_PASSWORD }} JF_PASSWORD: ${{ secrets.JF_ACCESS_TOKEN }}
# [Mandatory] # [Mandatory]
# The GitHub token is automatically generated for the job # The GitHub token is automatically generated for the job

View file

@ -1,5 +1,8 @@
name: "Frogbot Scan Repository" name: "Frogbot Scan Repository"
on: on:
push:
branches:
- main
workflow_dispatch: workflow_dispatch:
schedule: schedule:
# The repository will be scanned once a day at 00:00 GMT. # The repository will be scanned once a day at 00:00 GMT.
@ -26,15 +29,15 @@ jobs:
# [Mandatory if JF_USER and JF_PASSWORD are not provided] # [Mandatory if JF_USER and JF_PASSWORD are not provided]
# JFrog access token with 'read' permissions on Xray service # 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] # [Mandatory if JF_ACCESS_TOKEN is not provided]
# JFrog username with 'read' permissions for Xray. Must be provided with JF_PASSWORD # 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] # [Mandatory if JF_ACCESS_TOKEN is not provided]
# JFrog password. Must be provided with JF_USER # JFrog password. Must be provided with JF_USER
# JF_PASSWORD: ${{ secrets.JF_PASSWORD }} JF_PASSWORD: ${{ secrets.JF_ACCESS_TOKEN }}
# [Mandatory] # [Mandatory]
# The GitHub token is automatically generated for the job # The GitHub token is automatically generated for the job

View file

@ -161,3 +161,4 @@ For additional details, please refer to the blog post [Hello DCO, Goodbye CLA: S
## License ## License
The Spring PetClinic sample application is released under version 2.0 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0). 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