mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
frogbot repo config
This commit is contained in:
parent
cee1337631
commit
494ab1dce9
1 changed files with 4 additions and 1 deletions
|
@ -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,7 +29,7 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue