Skip to content

Commit 312e773

Browse files
committedJul 17, 2024
version 2.6.0
1 parent 62f5905 commit 312e773

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
 

‎CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.6.0
4+
5+
- remove alpine build stage
6+
- fix build warnings
7+
38
## 2.5.0
49

510
- Increase Nmap scan speed by disabling host detection and port scans

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ make
1313
1. Goto `Others / Tags` and create a new tag: `nmap`.
1414
1. Goto `Profiles & Settings / API Tokens` and create a token, for use with netbox-scanner.
1515

16+
## Setup Netbox 4.x
17+
18+
1. Goto `Customization / Tags` and create a new tag: `nmap`.
19+
1. Goto `Authentication / API Tokens` and create a token, for use with netbox-scanner.
20+
1621
## Setup Netbox-Scanner
1722

1823
1. Configure *address* and API *token* in `netbox-scanner.conf`.

‎config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"user": "casperklein",
33
"name": "netbox-scanner",
44
"image": "casperklein/netbox-scanner",
5-
"version": "2.5.0"
5+
"version": "2.6.0"
66
}

0 commit comments

Comments
 (0)
Please sign in to comment.