Skip to content

Commit 2dc96a0

Browse files
committed
style(megalint): Address Kics 2
1 parent 4923c47 commit 2dc96a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

concourse/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
# Kics linting thinks that the "password" and "github_access_token" keys are secrets, but they are not.
3+
# These instances are ignored appropriately.
4+
15
resource_types:
26
- name: key-value
37
type: registry-image
@@ -19,6 +23,7 @@ resources:
1923
source:
2024
owner: ONS-Innovation
2125
repository: github-copilot-usage-lambda
26+
# kics-scan ignore-line
2227
access_token: ((github_access_token))
2328
- name: github-release-tag
2429
type: key-value
@@ -50,6 +55,7 @@ terraform-task: &terraform-task
5055
- name: github-release-tag
5156
params:
5257
secrets: ((sdp_((env))_copilot_usage_lambda_secrets))
58+
# kics-scan ignore-line
5359
github_access_token: ((github_access_token))
5460
env: ((env))
5561
branch: ((branch))
@@ -237,6 +243,7 @@ jobs:
237243
# additional_tags: release-tag-output/tag
238244
- <<: *terraform-task
239245
params:
246+
# kics-scan ignore-line
240247
github_access_token: ((github_access_token))
241248
env: dev
242249
secrets: ((sdp_dev_copilot_usage_lambda_secrets))
@@ -298,6 +305,7 @@ jobs:
298305
timeout: 10m
299306
- <<: *terraform-task
300307
params:
308+
# kics-scan ignore-line
301309
github_access_token: ((github_access_token))
302310
env: prod
303311
secrets: ((sdp_prod_copilot_usage_lambda_secrets))

0 commit comments

Comments
 (0)