Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
immauss authored Jul 21, 2023
1 parent 173c10f commit 8c24c25
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,46 @@
# Docker Tags #
tag | Description
----------------|-------------------------------------------------------------------
22.4.20 | This is the latest based on GVMd 22.5.4 available on x86_64, arm64, and armv7.
22.4.21 | This is the latest based on GVMd 22.5.4 available on x86_64, arm64, and armv7.
21.04.09 | This is the last 21.4 build.
20.08.04.6 | The last 20.08 image
pre-20.08 | This is the last image from before the 20.08 update.
v1.0 | old out of date image for posterity. (Dont` use this one. . . . ever)

# Greenbone Versions in Latest image: #
Component | Version
----------|----------
|pg_gvm|v22.5.1|
|notus_scanner|v22.5.0|
|gvmd|v22.5.5|
|openvas|v22.7.3|
|openvas_smb|v22.5.3|
|gvm_libs|v22.6.3|
|openvas_scanner|v22.7.3|
|gsad|v22.5.1|
|gsa|v22.5.0|
|ospd|v21.4.4|
|ospd_openvas|v22.5.3|
|python_gvm|v23.5.1|
|gvm_tools|v23.4.0|
|greenbone_feed_sync|v23.7.0|


- - - -
## Documentation ##
The current docs are maintained on github [here](https://immauss.github.io/openvas/)
The current container docs are maintained on github [here](https://immauss.github.io/openvas/)

For docs on the web interface and scanning, use Greenbone's docs [here](https://docs.greenbone.net/GSM-Manual/gos-22.04/en/). Chapter's 8-14 cover the bits you'll need.
- - - -
# 21 July 2023 #
## 22.4.21 ##
It's been a busy month. This latest release updates the openvas-scanner to prevent the "out-of-date" scanner warnings. There is also currently a bug with GSA that is preventing user creation from the web interface. GB has resolved the issue, but it has not been released yet. In the interim, if you need to create a new user, use the following:
```
docker exec -it -u gvm openvas gvmd --role="Admin" --create-user="$USERNAME" --password="$PASSWORD"
```

-Scott

# 13 July 2023 #
## 22.4.20 ##

Expand Down

0 comments on commit 8c24c25

Please sign in to comment.