Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated scr and changelog #85

Merged
merged 2 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions scripts/full_app_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ apps:
prevVersions:
- 1.0.0
- name: Doppel Vision
version: 1.0.0
version: 1.0.1
uuid: 1875c9d1-6f58-4f96-be21-0e5f0a8ddc4f
relativeFolderPath: DoppelVision
demo_input_mapping:
Expand All @@ -62,4 +62,5 @@ apps:
- input_name: default_scope_value
input_name_value: "*dopple*"
installable: true
prevVersions: []
prevVersions:
- 1.0.0
34 changes: 2 additions & 32 deletions scripts/scr_app_list.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apps:
- name: Doppel Vision
version: 1.0.0
version: 1.0.1
uuid: 1875c9d1-6f58-4f96-be21-0e5f0a8ddc4f
relativeFolderPath: DoppelVision
demo_input_mapping:
Expand All @@ -9,35 +9,5 @@ apps:
- input_name: default_scope_value
input_name_value: "*dopple*"
installable: true
prevVersions: []
- name: LambdaTest
version: 1.0.0
uuid: 41168bd0-61f0-434c-8286-23b2e0fa6502
relativeFolderPath: Lambdatest
demo_input_mapping:
- input_name: scope_key
input_name_value: _sourceCategory
- input_name: default_scope_value
input_name_value: Labs/lambdatest/*
installable: true
prevVersions: []
- name: Endace
version: 1.0.1
uuid: 81cff485-32a9-403f-a3d6-04d8d20e8f2c
relativeFolderPath: Endace
demo_input_mapping:
- input_name: scope_key
input_name_value: _sourceCategory
- input_name: default_scope_value
input_name_value: messages
- input_name: scope_key1
input_name_value: _sourceCategory
- input_name: default_scope_value1
input_name_value: suricata
- input_name: scope_key2
input_name_value: _sourceCategory
- input_name: default_scope_value2
input_name_value: zeek
installable: true
prevVersions:
- 1.0.0
- 1.0.0
4 changes: 4 additions & 0 deletions src/DoppelVision/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.0.1] - 2024-11-28
### Added
- Query fixes in dashboards.

## [1.0.0] - 2024-09-17
### Added
- Initial version of the app.
2 changes: 1 addition & 1 deletion src/DoppelVision/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schemaVersion: '2.0'
name: Doppel Vision
version: 1.0.0
version: 1.0.1
description: 'Doppel Vision manages external threats at the speed of AI. Doppel technology identifies and takes down deep fakes, malicious impersonations, phishing, and disinformation campaigns targeting clients, and utilizes proprietary AI and machine learning tools to automate threat detection and takedowns.\nThese dynamic features enable Doppel Vision to scale with you as your partner in brand protection in an evolving threat landscape.'
author:
supportUrl: https://github.com/SumoLogic/sumologic-public-partner-apps/tree/master/DoppelVision#support
Expand Down