Skip to content

Commit a14eddd

Browse files
authored
Add usage in config profile for scan-repo and scan-pr in frogbot (#1009)
1 parent 3f1e261 commit a14eddd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/frogbot-scan-pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
# The GitHub token is automatically generated for the job
2828
JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929

30+
JF_USE_CONFIG_PROFILE: true
31+
3032
# [Optional, default: https://api.github.com]
3133
# API endpoint to GitHub
3234
# JF_GIT_API_ENDPOINT: https://github.example.com

.github/workflows/frogbot-scan-repository.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
# The name of the branch on which Frogbot will perform the scan
3737
JF_GIT_BASE_BRANCH: ${{ matrix.branch }}
3838

39+
JF_USE_CONFIG_PROFILE: true
40+
3941
# [Optional, default: https://api.github.com]
4042
# API endpoint to GitHub
4143
# JF_GIT_API_ENDPOINT: https://github.example.com

0 commit comments

Comments
 (0)