File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ jobs:
111
111
run : pre-commit run --color=always --show-diff-on-failure --all-files
112
112
113
113
integration_test :
114
+ if : contains(github.event.head_commit.message, '[skip ci]') == false
114
115
name : Test-Kitchen
115
116
runs-on : ubuntu-latest
116
117
env :
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ There are several ways to deploy this in you AWS infrastructure:
23
23
Sysdig workload will be deployed in the same account where user's resources will be watched.<br />
24
24
More info in [ ` ./examples/single-account ` ] ( https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/tree/master/examples/single-account )
25
25
26
- ![ single-account diagram] ( https://raw.githubusercontent.com/sysdiglabs/terraform-aws-secure-for-cloud/b95bf11fe513bda3c037144803d982a6e4225ce9 /examples/single-account/diagram-single.png )
26
+ ![ single-account diagram] ( https://raw.githubusercontent.com/sysdiglabs/terraform-aws-secure-for-cloud/7d142829a701ce78f13691a4af4be373625e7ee2 /examples/single-account/diagram-single.png )
27
27
28
28
### Organizational
29
29
30
30
Using an organizational configuration Cloudtrail.
31
31
More info in [ ` ./examples/organizational ` ] ( https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/tree/master/examples/organizational )
32
32
33
- ![ organizational diagram] ( https://raw.githubusercontent.com/sysdiglabs/terraform-aws-secure-for-cloud/b95bf11fe513bda3c037144803d982a6e4225ce9 /examples/organizational/diagram-org.png )
33
+ ![ organizational diagram] ( https://raw.githubusercontent.com/sysdiglabs/terraform-aws-secure-for-cloud/7d142829a701ce78f13691a4af4be373625e7ee2 /examples/organizational/diagram-org.png )
34
34
35
35
### Self-Baked
36
36
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Deploy Sysdig Secure for Cloud sharing the Trail within an organization.
10
10
* In the ** user-provided member account**
11
11
* All the Sysdig Secure for Cloud service-related resources will be created
12
12
13
- ![ organizational diagram] ( https://raw.githubusercontent.com/sysdiglabs/terraform-aws-secure-for-cloud/b95bf11fe513bda3c037144803d982a6e4225ce9 /examples/organizational/diagram-org.png )
13
+ ![ organizational diagram] ( https://raw.githubusercontent.com/sysdiglabs/terraform-aws-secure-for-cloud/7d142829a701ce78f13691a4af4be373625e7ee2 /examples/organizational/diagram-org.png )
14
14
15
15
## Prerequisites
16
16
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Deploy Sysdig Secure for Cloud in a single AWS account.
6
6
7
7
All the required resources and workloads will be run under the same AWS account.
8
8
9
- ![ single-account diagram] ( https://raw.githubusercontent.com/sysdiglabs/terraform-aws-secure-for-cloud/b95bf11fe513bda3c037144803d982a6e4225ce9 /examples/single-account/diagram-single.png )
9
+ ![ single-account diagram] ( https://raw.githubusercontent.com/sysdiglabs/terraform-aws-secure-for-cloud/7d142829a701ce78f13691a4af4be373625e7ee2 /examples/single-account/diagram-single.png )
10
10
11
11
## Prerequisites
12
12
You can’t perform that action at this time.
0 commit comments