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

Add/sekoiaio connector:New App- Add some actions of sekoia.io api #2

Merged
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1d5ec6d
Add Sekoia connector
TOUFIKIzakarya Oct 23, 2023
416062c
Add readme
TOUFIKIzakarya Oct 23, 2023
50a431d
Do some modifications for the CI
TOUFIKIzakarya Oct 24, 2023
5f0f828
Fix action_names_format problem
TOUFIKIzakarya Oct 24, 2023
a206b0d
Fix light_and_dark_theme_logos repo_name_has_expected_app_id and comp…
TOUFIKIzakarya Oct 24, 2023
93d3cf9
Add ports to readme and delete the data folder
TOUFIKIzakarya Oct 24, 2023
9652079
Change the app name
TOUFIKIzakarya Oct 24, 2023
8cbb5b9
Change path in the json file
TOUFIKIzakarya Oct 24, 2023
9304e88
Add height to svg logos
TOUFIKIzakarya Oct 24, 2023
0818b20
PAPP-32260: Updated code as per best practice
mmomin-crest Nov 2, 2023
c26df3b
Fix limit action attribut and verify server config attribut
TOUFIKIzakarya Nov 2, 2023
ce96983
Update description for default value and added default value in JSON …
mmomin-crest Nov 3, 2023
5da10f0
Updated Copyright in LICENCE and manual_readme file
mmomin-crest Nov 3, 2023
9c998dc
Added required data paths
mmomin-crest Nov 3, 2023
4fdcd7b
Updatde release note and add fips_compliant
mmomin-crest Nov 3, 2023
7805d62
update release note
mmomin-crest Nov 3, 2023
b933cfd
update copyright year for app_release MR
mmomin-crest Nov 3, 2023
bbe8624
Update names and descriptions, add process_empty_response and delete …
TOUFIKIzakarya Nov 7, 2023
579958f
fix string problem
TOUFIKIzakarya Nov 7, 2023
13cb627
Update some descriptions in the json
TOUFIKIzakarya Nov 8, 2023
3428dae
Delete wheel file and fix message variable
TOUFIKIzakarya Nov 8, 2023
048177f
Change log message
TOUFIKIzakarya Nov 9, 2023
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
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
Loading