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

Fix: unit-tests in openvas-scanner #1732

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
1 change: 1 addition & 0 deletions .docker/prod-oldstable.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
cmake \
curl \
lcov \
libcjson1 \
libgnutls28-dev \
libgpgme-dev \
libjson-glib-dev \
Expand Down
1 change: 1 addition & 0 deletions .docker/prod-testing.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
libksba-dev \
libpaho-mqtt-dev \
libpcap-dev \
libgcrypt-dev \
libssh-dev \
libbsd-dev \
libgnutls30t64 \
Expand Down
5 changes: 4 additions & 1 deletion .github/install-openvas-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ apt-get update && apt-get install --no-install-recommends --no-install-suggests
curl \
git \
lcov \
pkg-config \
libssl-dev \
libgnutls28-dev \
libgpgme-dev \
libjson-glib-dev \
libksba-dev \
libpaho-mqtt-dev \
libpcap-dev \
libssh-gcrypt-dev \
libgcrypt-dev \
libssh-dev \
libbsd-dev \
libgnutls30 \
libgssapi3-heimdal \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: [pull_request]

permissions:
contents: read
pull-requests: write

jobs:
dependency-review:
Expand Down
Loading
Loading