Skip to content

Commit

Permalink
Merge branch 'main' into tls
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Shaw <[email protected]>
  • Loading branch information
tonybaloney authored Jun 6, 2024
2 parents ec61955 + b42fed0 commit 88fc6f8
Show file tree
Hide file tree
Showing 43 changed files with 267 additions and 1,621 deletions.
26 changes: 17 additions & 9 deletions .github/workflows/bicep-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
branches:
- main
paths:
- "infra/**"
- "**/*.bicep"
pull_request:
branches:
- main
paths:
- "infra/**"
- "**/*.bicep"
workflow_dispatch:

jobs:
Expand All @@ -21,15 +21,23 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Run Microsoft Security DevOps Analysis
uses: microsoft/security-devops-action@preview
id: msdo
continue-on-error: true
- name: Run PSRule analysis
uses: microsoft/[email protected]
with:
tools: templateanalyzer
modules: PSRule.Rules.Azure
baseline: Azure.Pillar.Security
inputPath: infra/*.test.bicep
outputFormat: Sarif
outputPath: reports/ps-rule-results.sarif
summary: true
continue-on-error: true

env:
PSRULE_CONFIGURATION_AZURE_BICEP_FILE_EXPANSION: 'true'
PSRULE_CONFIGURATION_AZURE_BICEP_FILE_EXPANSION_TIMEOUT: '30'

- name: Upload alerts to Security tab
- name: Upload results to security tab
uses: github/codeql-action/upload-sarif@v3
if: github.repository_owner == 'Azure-Samples'
with:
sarif_file: ${{ steps.msdo.outputs.sarifFile }}
sarif_file: reports/ps-rule-results.sarif
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ products:
- azure
- azure-container-apps
- azure-service-bus
- dapr
urlFragment: pubsub-dapr-nodejs-servicebus
name: Microservice communication using pubsub (async)(Node.js)
description: Create a publisher microservice and a subscriber microservice with Node.js to demonstrate how Dapr enables a publish-subcribe pattern. The publisher will generate messages of a specific topic, while subscribers will listen for messages of specific topics.
Expand Down
6 changes: 4 additions & 2 deletions infra/abbreviations.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"analysisServicesServers": "as",
"apiManagementService": "apim-",
"appConfigurationConfigurationStores": "appcs-",
"appConfigurationStores": "appcs-",
"appManagedEnvironments": "cae-",
"appContainerApps": "ca-",
"authorizationPolicyDefinitions": "policy-",
Expand All @@ -14,6 +14,7 @@
"cognitiveServicesAccounts": "cog-",
"cognitiveServicesFormRecognizer": "cog-fr-",
"cognitiveServicesTextAnalytics": "cog-ta-",
"cognitiveServicesSpeech": "cog-sp-",
"computeAvailabilitySets": "avail-",
"computeCloudServices": "cld-",
"computeDiskEncryptionSets": "des",
Expand Down Expand Up @@ -55,6 +56,7 @@
"kubernetesConnectedClusters": "arck",
"kustoClusters": "dec",
"kustoClustersDatabases": "dedb",
"loadTesting": "lt-",
"logicIntegrationAccounts": "ia-",
"logicWorkflows": "logic-",
"machineLearningServicesWorkspaces": "mlw-",
Expand Down Expand Up @@ -132,4 +134,4 @@
"webSitesAppServiceEnvironment": "ase-",
"webSitesFunctions": "func-",
"webStaticSites": "stapp-"
}
}
38 changes: 0 additions & 38 deletions infra/core/ai/cognitiveservices.bicep

This file was deleted.

48 changes: 0 additions & 48 deletions infra/core/database/cosmos/cosmos-account.bicep

This file was deleted.

22 changes: 0 additions & 22 deletions infra/core/database/cosmos/mongo/cosmos-mongo-account.bicep

This file was deleted.

46 changes: 0 additions & 46 deletions infra/core/database/cosmos/mongo/cosmos-mongo-db.bicep

This file was deleted.

21 changes: 0 additions & 21 deletions infra/core/database/cosmos/sql/cosmos-sql-account.bicep

This file was deleted.

73 changes: 0 additions & 73 deletions infra/core/database/cosmos/sql/cosmos-sql-db.bicep

This file was deleted.

18 changes: 0 additions & 18 deletions infra/core/database/cosmos/sql/cosmos-sql-role-assign.bicep

This file was deleted.

29 changes: 0 additions & 29 deletions infra/core/database/cosmos/sql/cosmos-sql-role-def.bicep

This file was deleted.

Loading

0 comments on commit 88fc6f8

Please sign in to comment.