Commit graph

12 commits

Author SHA1 Message Date
dependabot[bot]
aa04dfb97e
Bump golang from 7e78833 to 9bdd569
Bumps golang from `7e78833` to `9bdd569`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 08:22:23 +00:00
dependabot[bot]
c9c8da0de9
Bump golang from 421bc7f to 7e78833
Bumps golang from `421bc7f` to `7e78833`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-31 08:44:15 +00:00
dependabot[bot]
999e03e106
Bump golang from b8ded51 to 421bc7f
Bumps golang from `b8ded51` to `421bc7f`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-29 08:53:31 +00:00
dependabot[bot]
345e81676a
Bump golang from f1fe698 to b8ded51
Bumps golang from `f1fe698` to `b8ded51`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23 08:39:38 +00:00
dependabot[bot]
6226ad1659
Bump golang from 282ddcd to f1fe698
Bumps golang from `282ddcd` to `f1fe698`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 08:36:37 +00:00
dependabot[bot]
3c81991d27
Bump golang from 2a88224 to 282ddcd
Bumps golang from `2a88224` to `282ddcd`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-15 08:58:56 +00:00
dependabot[bot]
a7e5ef194e
Bump golang from cdc86d9 to 2a88224
Bumps golang from `cdc86d9` to `2a88224`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-08 08:57:41 +00:00
dependabot[bot]
2f34ced5b5
Bump golang from 0466223 to cdc86d9
Bumps golang from `0466223` to `cdc86d9`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 08:53:48 +00:00
StepSecurity Bot
5897a4ece0
[StepSecurity] Apply security best practices
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
2024-03-21 15:21:39 +00:00
a50ae7299c
Update project references to use GitHub repository
All project references have been updated to point to the appropriate routes for the GitHub repository, replacing the previously used paths to src.neessen.cloud. This includes changes in README.md, Dockerfile, go mod packaging as well as in the source code where required.
2024-03-21 15:39:31 +01:00
a20b6c64c6
Update module references in various files
Module references within 'go.mod', 'main.go', and various plugin files have been changed from 'github.com/wneessen/logranger' to 'src.neessen.cloud/wneessen/logranger'. This update is essential to align with the new source location and ensure code and plugins function as expected. The Dockerfile’s commands have also been updated accordingly.
2024-02-08 14:32:29 +01:00
a5c8e5962b
Add Dockerfile for project build
Introduced Dockerfile to manage the build process for the project, including its dependencies. This development will standardize the environment, thus making it easier for others to build and run the app. Also added necessary 'passwd' and 'group' files in 'support-files' directory for managing user details in Docker.
2023-12-27 18:25:55 +01:00