Skip to content

Commit

Permalink
Add/sekoiaio connector:New App- Add some actions of sekoia.io api (#2)
Browse files Browse the repository at this point in the history
* Add Sekoia connector

* Add readme

* Do some modifications for the CI

* Fix action_names_format problem

* Fix light_and_dark_theme_logos repo_name_has_expected_app_id and compiling tests

* Add ports to readme and delete the data folder

* Change the app name

* Change path in the json file

* Add height to svg logos

* PAPP-32260: Updated code as per best practice

* Fix limit action attribut and verify server config attribut

* Update description for default value and added default value in JSON file as well

* Updated Copyright in LICENCE and manual_readme file

* Added required data paths

* Updatde release note and add fips_compliant

* update release note

* update copyright year for app_release MR

* Update names and descriptions, add process_empty_response and delete pip from json

* fix string problem

* Update some descriptions in the json

* Delete wheel file and fix message variable

* Change log message

---------

Co-authored-by: mmomin-crest <[email protected]>
  • Loading branch information
TOUFIKIzakarya and mmomin-crest authored Nov 14, 2023
1 parent 9d9abd6 commit 91f6ece
Show file tree
Hide file tree
Showing 15 changed files with 1,164 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Linting
on: [push, pull_request]
jobs:
lint:
lint:
# Run per push for internal contributers. This isn't possible for forked pull requests,
# so we'll need to run on PR events for external contributers.
# String comparison below is case insensitive.
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.13
rev: v1.16
hooks:
- id: org-hook
- id: package-app-dependencies
- repo: https://github.com/Yelp/detect-secrets
rev: v1.2.0
rev: v1.4.0
hooks:
- id: detect-secrets
args: ['--no-verify']
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2023 Splunk Inc.
Copyright (c) 2023 SEKOIA.IO

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
14 changes: 14 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# File: __init__.py
#
# Copyright (c) 2023 SEKOIA.IO
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software distributed under
# the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
# either express or implied. See the License for the specific language governing permissions
# and limitations under the License.
209 changes: 209 additions & 0 deletions logo_sekoiaio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 91f6ece

Please sign in to comment.