Compare commits

5 Commits

Author SHA1 Message Date
Kamil Mankowski
9605e2f1cc Update to 3.5.0 2025-11-05 14:20:40 +01:00
Kamil Mankowski
a5ec3a9eeb Release 3.4.0 2025-03-20 16:31:51 +01:00
Kamil Mankowski
3e9721a4d8 Release IntelMQ 3.3.0 2024-03-07 13:39:17 +01:00
kamil-certat
e2b164525f Merge pull request #30 from qux-bbb/patch-1
Fix wrong command
2024-02-05 15:43:31 +01:00
qux-bbb
52e0be995f Fix wrong command 2024-02-05 22:26:59 +08:00
6 changed files with 6 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ After doing this, you need to change in docker-compose-dev.yml the volume defin
After you change some bot or add something new just run command **install_reqs_and_deploy_bots.sh** in the running container After you change some bot or add something new just run command **install_reqs_and_deploy_bots.sh** in the running container
``` ```
docker-compose exec -f docker-compose-dev.yml intelmq bash /opt/install_reqs_and_deploy_bots.sh docker-compose -f docker-compose-dev.yml exec intelmq bash /opt/install_reqs_and_deploy_bots.sh
``` ```
When you do this: When you do this:

View File

@@ -4,7 +4,7 @@
Do not run this software in production, it might break. Do not run this software in production, it might break.
# Information # Information
This repository is currently maintained by Sebastian Waldbauer (@waldbauer-certat). This repository is currently maintained by CERT.at.
If you do have any questions / feedback / questions, please open an issue :) If you do have any questions / feedback / questions, please open an issue :)

Submodule intelmq updated: 633cf7b4d4...0480c10b02

View File

@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
build_version="3.2.1" build_version="3.5.0"
namespace="certat" namespace="certat"
docker login docker login