-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from SumoLogic/azure-metrics-upgrade-v2
Azure metrics collection upgrade to v2
- Loading branch information
Showing
24 changed files
with
594 additions
and
689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: "ARM template tests" | ||
|
||
on: [pull_request] | ||
|
||
jobs: | ||
best-practices-test: | ||
name: "ARM template tests using arm-ttk" | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v4 | ||
|
||
- name: Test ARM Templates using arm-ttk | ||
id: filestest | ||
uses: aliencube/[email protected] | ||
with: | ||
path: EventHubs/src/azuredeploy_metrics.json | ||
|
||
security-test: | ||
name: "ARM template tests using checkov" | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v4 | ||
|
||
- name: Test ARM Templates using checkov | ||
id: checkov | ||
uses: bridgecrewio/checkov-action@v12 | ||
with: | ||
file: EventHubs/src/azuredeploy_metrics.json | ||
skip_check: CKV_AZURE_16,CKV_AZURE_17,CKV_AZURE_35 | ||
quiet: false | ||
framework: arm | ||
output_format: cli | ||
output_bc_ids: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
requests==2.20.0 | ||
azure-mgmt-resource==1.2.2 | ||
azure-mgmt-eventhub==1.2.0 | ||
azure-servicebus==0.21.1 | ||
azure-cosmosdb-table==1.0.2 | ||
azure-mgmt-storage==1.0.0 | ||
|
||
requests==2.31.0 | ||
azure-monitor-query==1.2.0 | ||
azure-identity==1.15.0 | ||
azure-core==1.29.6 | ||
azure-mgmt-resource==23.0.1 | ||
azure-mgmt-eventhub==11.0.0 | ||
azure-eventhub==5.11.5 | ||
azure-mgmt-storage==21.1.0 | ||
azure-mgmt-loganalytics==12.0.0 | ||
sumologic-sdk==0.1.15 |
Oops, something went wrong.