Skip to content

Commit 1281a62

Browse files
committed
fix(lint): Add !Sub to template parameter
1 parent 821989d commit 1281a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/CloudScanning.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Resources:
219219
- Name: TELEMETRY_DEPLOYMENT_METHOD
220220
Value: cft
221221
- Name: SECURE_API_TOKEN_SECRET
222-
Value: ${SysdigSecureAPITokenSsm}
222+
Value: !Sub ${SysdigSecureAPITokenSsm}
223223
Secrets:
224224
- Name: SECURE_URL
225225
ValueFrom: !Sub arn:${AWS::Partition}:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${SysdigSecureEndpointSsm}

0 commit comments

Comments
 (0)