Skip to content

Commit 985b82a

Browse files
authored
Remove CR_PAT secret from vuln-check workflows (#206)
1 parent 0e07c4c commit 985b82a

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ jobs:
88
uses: ./.github/workflows/vuln-check.yaml
99
with:
1010
target-ref: ${{ github.ref_name }}
11-
secrets:
12-
CR_PAT: ${{ secrets.CR_PAT }}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
with:
1212
target-ref: master
1313
secrets:
14-
CR_PAT: ${{ secrets.CR_PAT }}
1514
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
1615

1716
call-vuln-check-for-v3_9:
@@ -20,7 +19,6 @@ jobs:
2019
target-ref: v3.9
2120
find-latest-release: true
2221
secrets:
23-
CR_PAT: ${{ secrets.CR_PAT }}
2422
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}
2523

2624
call-vuln-check-for-v3_10:
@@ -29,7 +27,6 @@ jobs:
2927
target-ref: v3.10
3028
find-latest-release: true
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_11:
@@ -38,5 +35,4 @@ jobs:
3835
target-ref: v3.11
3936
find-latest-release: true
4037
secrets:
41-
CR_PAT: ${{ secrets.CR_PAT }}
4238
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

@@ -27,5 +25,4 @@ jobs:
2725
find-latest-release: ${{ inputs.find-latest-release }}
2826
images: '[["ScalarDL Ledger", "scalardl-ledger"], ["ScalarDL Client", "scalardl-client"]]'
2927
secrets:
30-
CR_PAT: ${{ secrets.CR_PAT }}
3128
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

0 commit comments

Comments
 (0)