Compare commits

..

6 commits

Author SHA1 Message Date
dz
5a986a0f4a
Merge cbcf7871ec into c7b8d9cce9 2025-09-02 07:31:11 +02:00
Marco Ochse
c7b8d9cce9
Update Link Checker 2025-09-01 12:48:12 +02:00
Marco Ochse
67a8c9d80a
Update Link Checker 2025-09-01 12:40:55 +02:00
dependabot[bot]
f2d7c2de1a
Bump lycheeverse/lychee-action from 1.9.1 to 2.0.2 in /.github/workflows (#1833)
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.1 to 2.0.2.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.1...v2.0.2)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-version: 2.0.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-29 18:08:34 +02:00
t3chn0m4g3
1a266c4712 bump ewsposter to latest master 2025-08-28 11:52:33 +02:00
t3chn0m4g3
6fca3cb375 Bump Elastic Stack to 8.19.2 2025-08-27 16:51:58 +02:00
5 changed files with 15 additions and 8 deletions

View file

@ -10,6 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: lycheeverse/lychee-action@v1.9.1
- name: Run lychee link checker
uses: lycheeverse/lychee-action@v2.0.2
with:
args: --verbose README.md
args: >
--verbose
--retry-wait-time 10
--max-retries 3
--user-agent "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
README.md

View file

@ -1,6 +1,6 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND noninteractive
ENV ES_VER=8.18.4
ENV ES_VER=8.19.2
#
# Include dist
COPY dist/ /root/dist/

View file

@ -1,5 +1,5 @@
FROM node:20.19.2-alpine3.20
ENV KB_VER=8.18.4
FROM node:22.17.1-alpine3.22
ENV KB_VER=8.19.2
#
# Include dist
COPY dist/ /root/dist/

View file

@ -1,6 +1,6 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive
ENV LS_VER=8.18.4
ENV LS_VER=8.19.2
#
# Include dist
COPY dist/ /root/dist/

View file

@ -33,8 +33,8 @@ RUN apk --no-cache -U upgrade && \
xmljson && \
#
# Setup ewsposter
# git clone https://github.com/telekom-security/ewsposter /opt/ewsposter && \
git clone https://github.com/telekom-security/ewsposter -b v1.33 /opt/ewsposter && \
git clone https://github.com/telekom-security/ewsposter /opt/ewsposter && \
# git clone https://github.com/telekom-security/ewsposter -b v1.33 /opt/ewsposter && \
mkdir -p /opt/ewsposter/spool /opt/ewsposter/log && \
#
# Setup user and groups