-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
21 lines (21 loc) · 623 Bytes
/
action.yml
File metadata and controls
21 lines (21 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: 'Analyse Microsoft 365 compliance results'
description: 'Github Action to analyse Microsoft 365 app compliance results'
inputs:
report-name:
description: 'name of the compliance report'
required: true
create-or-update-report:
description: 'bool value whether customer want us to help them to create or update the report'
required: true
deployment-name:
description: 'deployment name'
required: true
subscription-id:
description: 'subscription'
required: true
resource-group:
description: 'resource-group'
required: true
runs:
using: 'node16'
main: 'dist/index.js'