Skip to content

Commit aae379e

Browse files
committed
Deploy: Merge pull request #19 from wgpsec/copilot/remove-wait-for-secret-scan-job
Remove wait-for-secret-scan job blocking Build and Deploy workflow 1b5df52
1 parent b8a5976 commit aae379e

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,15 @@ <h3 class="text-lg font-bold text-red-400">加载失败</h3>
475475
alibaba: '#ff6a00',
476476
tencent: '#0052d9',
477477
aws: '#ff9900',
478-
vultr: '#007bfc'
478+
vultr: '#007bfc',
479+
volcengine: '#1764ff',
480+
huawei: '#C8102E',
481+
huaweicloud: '#C8102E',
482+
gcp: '#4285F4',
483+
google: '#4285F4',
484+
azure: '#0078D4',
485+
microsoft: '#0078D4',
486+
oracle: '#F80000'
479487
};
480488
const tagColor = providerColorMap[providerKey] || '#64748b';
481489
const tagStyle = `color: ${tagColor}; border-color: ${tagColor}33; background-color: ${tagColor}1a;`;

index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updated_at": "2026-01-23T09:47:49.292109Z",
2+
"updated_at": "2026-01-23T10:24:18.597796Z",
33
"repo_name": "redc-template",
44
"templates": {
55
"aliyun/ecs": {

0 commit comments

Comments
 (0)