Skip to content

Commit 6d290f0

Browse files
author
Marco Franceschi
committed
chore: Updated example for cloudgraph file
1 parent 606609d commit 6d290f0

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.cloud-graphrc.example.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@
2828
},
2929
"versionLimit": 10,
3030
"queryEngine": "playground",
31-
"port": "5555"
31+
"port": "5555",
32+
"plugins": {
33+
"policyPack": [
34+
{
35+
"name": "aws-cis-1.2",
36+
"providers": ["aws"]
37+
}
38+
]
39+
}
3240
}
33-
}
41+
}

0 commit comments

Comments
 (0)