File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 1010 uses : ./.github/workflows/vuln-check.yaml
1111 with :
1212 target-ref : ${{ github.ref_name }}
13- secrets :
14- CR_PAT : ${{ secrets.CR_PAT }}
Original file line number Diff line number Diff line change @@ -13,31 +13,27 @@ jobs:
1313 with :
1414 target-ref : master
1515 secrets :
16- CR_PAT : ${{ secrets.CR_PAT }}
1716 SLACK_SECURITY_WEBHOOK_URL : ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
1817
1918 call-vuln-check-for-v3_4 :
2019 uses : ./.github/workflows/vuln-check.yaml
2120 with :
2221 target-ref : v3.4.9
2322 secrets :
24- CR_PAT : ${{ secrets.CR_PAT }}
2523 SLACK_SECURITY_WEBHOOK_URL : ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
2624
2725 call-vuln-check-for-v3_5 :
2826 uses : ./.github/workflows/vuln-check.yaml
2927 with :
3028 target-ref : v3.5.7
3129 secrets :
32- CR_PAT : ${{ secrets.CR_PAT }}
3330 SLACK_SECURITY_WEBHOOK_URL : ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
3431
3532 call-vuln-check-for-v3_6 :
3633 uses : ./.github/workflows/vuln-check.yaml
3734 with :
3835 target-ref : v3.6.4
3936 secrets :
40- CR_PAT : ${{ secrets.CR_PAT }}
4137 SLACK_SECURITY_WEBHOOK_URL : ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
4238
4339 call-vuln-check-for-v3_7 :
5349 with :
5450 target-ref : v3.8.0
5551 secrets :
56- CR_PAT : ${{ secrets.CR_PAT }}
5752 SLACK_SECURITY_WEBHOOK_URL : ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
Original file line number Diff line number Diff line change 1414 type : boolean
1515 default : false
1616 secrets :
17- CR_PAT :
18- required : true
1917 SLACK_SECURITY_WEBHOOK_URL :
2018 required : false
2119
2826 images : ' [["ScalarDB Schema Loader", "scalardb-schema-loader"]]'
2927 version-command : " ./gradlew :core:properties -q | grep version: | awk '{print $2}'"
3028 secrets :
31- CR_PAT : ${{ secrets.CR_PAT }}
3229 SLACK_SECURITY_WEBHOOK_URL : ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments