IAC 소스 사용량
지원되는 IaC 소스
$ terraform state pull > state.tfstate
$ snyk iac describe --from="tfstate://state.tfstate"S3 읽기 전용 액세스 IAM 정책
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:ListBucket",
"Resource": "arn:aws:s3:::mybucket"
},
{
"Effect": "Allow",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::mybucket/path/to/my/key"
}
]
}HTTP + GitLab
Azure Blob Storage

Last updated