Skip to content

Commit

Permalink
add instructions to run cloud scanner on eks for single account (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmahanth authored Sep 4, 2024
1 parent f040deb commit 0f48322
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ output "service_account_name" {
}

output "cloud_scanner_role_arn" {
value = aws_iam_role.cloud_scanner.arn
value = aws_iam_role.deepfence_cloud_scanner.arn
description = "aws iam role arn for deepfence-cloud-scanner"
}

0 comments on commit 0f48322

Please sign in to comment.