Skip to content

Commit

Permalink
address finding
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjpayne committed Jan 24, 2024
1 parent b47da5d commit 6e52b76
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/aws_cspm_cloudformation_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,16 @@
"CrowdStrikeSensorManagementFalconCredentialsSecret": {
"Type": "AWS::SecretsManager::Secret",
"Condition": "ShouldCreateSensorManagementCredentialsSecret",
"Metadata": {
"checkov": {
"skip": [
{
"id": "CKV_AWS_149",
"comment": "The default key aws/secretsmanager is sufficient to secure this resource"
}
]
}
},
"Properties": {
"Name": "/CrowdStrike/CSPM/SensorManagement/FalconAPICredentials",
"Description": "Falcon API credentials. Used by the 1-Click sensor management orchestrator.",
Expand Down

0 comments on commit 6e52b76

Please sign in to comment.