Skip to content

Commit

Permalink
Fix errors in single CloudLogs template and CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gi-erre committed Oct 2, 2023
1 parent 4551854 commit 3d50856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-master-cloudlogs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI - Master CSPM
name: CI - Master CloudLogs

on:
push:
Expand Down
7 changes: 3 additions & 4 deletions templates_cloudlogs/CloudLogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Metadata:
default: "Sysdig Settings (Do not change)"
Parameters:
- RoleName
- ExternalID
- ExternalId
- TrustedIdentity
- BucketARN

ParameterLabels:
RoleName:
default: "Role Name (Sysdig use only)"
ExternalID:
ExternalId:
default: "External ID (Sysdig use only)"
TrustedIdentity:
default: "Trusted Identity (Sysdig use only)"
Expand Down Expand Up @@ -70,5 +70,4 @@ Resources:
Resource:
- !Sub '${BucketARN}'
- !Sub '${BucketARN}/*'
Roles:
- Ref: "CloudLogs"
- Ref: "CloudLogsRole"

Check failure on line 73 in templates_cloudlogs/CloudLogs.yaml

View workflow job for this annotation

GitHub Actions / Lint

E0000 did not find expected key

0 comments on commit 3d50856

Please sign in to comment.