Skip to content

Commit 465e682

Browse files
authored
Remove CR_PAT secret from vuln-check workflows (#2916)
1 parent d1fc213 commit 465e682

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

.github/workflows/manual-vuln-check.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ jobs:
1010
uses: ./.github/workflows/vuln-check.yaml
1111
with:
1212
target-ref: ${{ github.ref_name }}
13-
secrets:
14-
CR_PAT: ${{ secrets.CR_PAT }}

.github/workflows/scheduled-vuln-check.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ 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_13:
@@ -22,7 +21,6 @@ jobs:
2221
target-ref: v3.13
2322
find-latest-release: true
2423
secrets:
25-
CR_PAT: ${{ secrets.CR_PAT }}
2624
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
2725

2826
call-vuln-check-for-v3_14:
@@ -31,7 +29,6 @@ jobs:
3129
target-ref: v3.14
3230
find-latest-release: true
3331
secrets:
34-
CR_PAT: ${{ secrets.CR_PAT }}
3532
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
3633

3734
call-vuln-check-for-v3_15:
@@ -40,7 +37,6 @@ jobs:
4037
target-ref: v3.15
4138
find-latest-release: true
4239
secrets:
43-
CR_PAT: ${{ secrets.CR_PAT }}
4440
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
4541

4642
call-vuln-check-for-v3_16:
@@ -49,5 +45,4 @@ jobs:
4945
target-ref: v3.16
5046
find-latest-release: true
5147
secrets:
52-
CR_PAT: ${{ secrets.CR_PAT }}
5348
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

.github/workflows/vuln-check.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ on:
1414
type: boolean
1515
default: false
1616
secrets:
17-
CR_PAT:
18-
required: true
1917
SLACK_SECURITY_WEBHOOK_URL:
2018
required: false
2119

@@ -28,5 +26,4 @@ jobs:
2826
images: '[["ScalarDB Schema Loader", "scalardb-schema-loader"], ["ScalarDB Data Loader CLI", "scalardb-data-loader-cli"]]'
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 }}

0 commit comments

Comments
 (0)