Skip to content

Commit

Permalink
Missing conditions in EXT- rules (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Galo Navarro <[email protected]>
  • Loading branch information
srvaroa authored Jan 22, 2021
1 parent cc5d7c8 commit 1d25e71
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions definitions/ext-browser_app/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ synthesis:
identifier: browserApp.name
name: browserApp.name
encodeIdentifierInGUID: true

conditions:
- attribute: browserApp.name
3 changes: 3 additions & 0 deletions definitions/ext-host/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ synthesis:
identifier: host
name: host
encodeIdentifierInGUID: true

conditions:
- attribute: host
3 changes: 3 additions & 0 deletions definitions/ext-mobile_app/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ synthesis:
identifier: mobileApp.name
name: mobileApp.name
encodeIdentifierInGUID: true

conditions:
- attribute: mobileApp.name
3 changes: 3 additions & 0 deletions definitions/ext-service/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ synthesis:
identifier: service.name
name: service.name
encodeIdentifierInGUID: true

conditions:
- attribute: service.name

0 comments on commit 1d25e71

Please sign in to comment.