Commit Graph

30 Commits

Author SHA1 Message Date
1f48f4dff5 Feature: CI, Add codecov 2023-10-08 19:26:41 +02:00
a90c3974bd changed unit test coverage threshold 2023-06-17 00:00:12 +02:00
b09a1e908b Update FUNDING.yml
removed patreon

Signed-off-by: Mario Candela <m4r10.php@gmail.com>
2023-06-01 00:24:21 +02:00
a7c69c8849 refactoring: Tiny refactoring (#47)
* tiny refactoring name convention, and file name.

* added command line arguments files

* fix typo comment
2023-06-01 00:15:21 +02:00
9a354add6f fix typo 2023-04-13 21:50:25 +02:00
3652af6dc3 refactoring pipeline CD docker image 2023-04-13 21:48:38 +02:00
8337281f21 test: add rabbitMQ integration test (#29)
* added integration test dependencies

* added rabbitMQ use case integration test

* configured rabbitMQ integration test URI

* fix typo, configured integration test pipeline
2023-03-21 11:20:12 +01:00
97cfdcc8af Update codeql.yml
improve performance and cost CodeQL

Signed-off-by: Mario Candela <m4r10.php@gmail.com>
2023-03-05 17:26:07 +01:00
f733a0ea96 Create codeql.yml
Signed-off-by: Mario Candela <m4r10.php@gmail.com>
2023-03-05 17:09:21 +01:00
31a75cc128 Update ci.yml
Signed-off-by: Mario Candela <m4r10.php@gmail.com>
2023-03-05 15:22:21 +01:00
6468b5aa6f refactor:Added Integration test and tiny refactoring (#23)
* Refactoring name convention

* Added integration test

* Added Makefile

* Bump golang.org/x/crypto from 0.0.0-20220826181053-bd7e27e6170d to 0.6.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220826181053-bd7e27e6170d to 0.6.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.6.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

* Upgrade go from 1.16 to 1.20

* Added integration test: HTTP, TCP, SSH

* Added Makefile Improve README.md

* Fixed unit test CI

* Fixed go-version

* Added integration test into C.I. actions

---------

Signed-off-by: Mario Candela <m4r10.php@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-26 18:04:05 +01:00
6f9781f06f Update FUNDING.yml
Signed-off-by: Mario Candela <m4r10.php@gmail.com>
2023-01-27 10:49:47 +01:00
5bfdff7097 Refactored initialization Beelzebub core with Builder Pattern (#14)
* Fixed deprecated function

* Coded builder pattern

* coded the first version builder

* coded rabbitmq into Builder.go

* Refactored builder, and configured director

* refactoring rabbitmq eventtracing

* Refactoring builder, managed close connections

* Fixed typos

Co-authored-by: mariocandela <mario.candela@nttdata.com>
2022-11-04 20:06:50 +01:00
327c82367b Update docker-image.yml
Fix docker push tag

Signed-off-by: Mario Candela <m4r10.php@gmail.com>
2022-09-14 15:47:11 +02:00
7ec294c7e2 Update docker-image.yml
Create new docker image using git tag

Signed-off-by: Mario Candela <m4r10.php@gmail.com>
2022-09-14 15:43:05 +02:00
87967d57d6 Update docker-image.yml 2022-07-23 00:35:13 +02:00
882066f0a6 Implemented tcp honeypot 2022-07-03 17:15:38 +02:00
061dbdd424 Create FUNDING.yml 2022-06-14 20:21:59 +02:00
166d12ce31 Update docker-image.yml 2022-06-13 23:24:32 +02:00
8eca4260b8 Update docker-image.yml 2022-06-13 23:22:46 +02:00
b133aa74ee Update docker-image.yml 2022-06-13 23:19:50 +02:00
fef3caa658 Update docker-image.yml 2022-06-13 23:14:07 +02:00
87f70b9bc7 Update docker-image.yml 2022-06-13 23:04:27 +02:00
0a0288a45c Create docker-image.yml 2022-06-13 23:02:26 +02:00
7fad1c5ae2 Create dependabot.yml 2022-06-13 22:17:27 +02:00
bae944c385 Update issue templates 2022-06-13 22:10:14 +02:00
4c2022a4e5 Rename github action 2022-05-14 18:02:23 +02:00
944767e1cb Configured Quality Gate 2022-05-14 17:34:08 +02:00
66db128054 Configured code coverage 2022-05-14 16:51:14 +02:00
d33dfda826 Added CI 2022-05-08 20:57:20 +02:00