chore: release to stable #34

Merged
jon_nfc merged 7 commits from development into master 2024-02-25 10:43:54 +00:00
4 changed files with 46 additions and 2 deletions
Showing only changes of commit 93d40b7432 - Show all commits

View File

@ -38,7 +38,7 @@
UPDATE
subnets
SET
lastDiscovery = '{{ inbound_data.scan.results[0].lastSeen }}'
lastDiscovery = '{{ ('%Y-%m-%d %H:%M:%S' | strftime) }}'
WHERE
subnet = '{{ (inbound_data.scan.subnet | split('/'))[0] | ip2ipam }}'
single_transaction: true