Skip to content

Commit b689b56

Browse files
Merge pull request #1029 from KelvinTegelaar/dev
Dev to release
2 parents 7af2f18 + 678fc5c commit b689b56

File tree

76 files changed

+3924
-7445
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+3924
-7445
lines changed

.github/workflows/Node_Project_Check.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,3 @@ jobs:
2828
npm run build
2929
env:
3030
CI: true
31-
scan:
32-
name: NPM Audit
33-
runs-on: ubuntu-latest
34-
steps:
35-
- uses: actions/checkout@v2
36-
- name: Install Dependencies
37-
run: npm ci
38-
- uses: oke-py/[email protected]
39-
with:
40-
audit_level: moderate
41-
production_flag: true
42-
github_token: ${{ secrets.GITHUB_TOKEN }}
43-
dedupe_issues: true
44-
issue_title: 'NPM Audit found vulnerabilities.'

deployment/AzureDeploymentTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"sku": {
220220
"name": "Standard_LRS"
221221
},
222-
"kind": "StorageV2"
222+
"kind": "Storage"
223223
},
224224
{
225225
"type": "Microsoft.Web/serverfarms",

deployment/AzureDeploymentTemplate_regionoptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"sku": {
220220
"name": "Standard_LRS"
221221
},
222-
"kind": "StorageV2"
222+
"kind": "Storage"
223223
},
224224
{
225225
"type": "Microsoft.Web/serverfarms",

deployment/DevAzureDeploymentTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"sku": {
255255
"name": "Standard_LRS"
256256
},
257-
"kind": "StorageV2"
257+
"kind": "Storage"
258258
},
259259
{
260260
"type": "Microsoft.Web/serverfarms",

deployment/DevAzureDeploymentTemplate_regionoptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"sku": {
255255
"name": "Standard_LRS"
256256
},
257-
"kind": "StorageV2"
257+
"kind": "Storage"
258258
},
259259
{
260260
"type": "Microsoft.Web/serverfarms",

0 commit comments

Comments
 (0)