~iconstantin/ubuntu-security-tools:master

Last commit made on 2023-12-13
Get this branch:
git clone -b master https://git.launchpad.net/~iconstantin/ubuntu-security-tools
Only Ian Constantin can upload to this branch. If you are Ian Constantin please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~iconstantin/ubuntu-security-tools

Recent commits

d9d9cbb... by Ian Constantin

Switching --skip-lintian to a common build option

Failed
[FAILED] unit-tests:0 (build)
11 of 1 result
cbceecd... by Ian Constantin

Adding the option to skip the lintian check for binary builds

Succeeded
[SUCCEEDED] unit-tests:0 (build)
11 of 1 result
a8839c7... by Alex Murray

Add a basic .launchpad.yaml for lpci unit test goodness

Also move the unit tests for increment_version.py into the same
directory so that we can run them easily via pytest.

Signed-off-by: Alex Murray <email address hidden>

Succeeded
[SUCCEEDED] unit-tests:0 (build)
11 of 1 result
8e9afbf... by Alex Murray

umt autopkgtest: improve support for testing non-native arches

Signed-off-by: Alex Murray <email address hidden>

9dd6391... by Alex Murray

umt testflinger: make job config unique per srcpkg, image and queue

Previously this was only named per queue which would result in the config being
overwritten if two instances of umt testflinger were run at the same time using
the same queue (but for say different ubuntu releases / images). So instead
include the srcpkg and image in the name to ensure this is unique.

Signed-off-by: Alex Murray <email address hidden>

1be52c1... by Spyros Seimenis

address comments

77e27bf... by Spyros Seimenis

lib/db.py: rename to influxdb_connector.py

dac9b95... by Spyros Seimenis

audits/uaudit.py: add --download-only option

when --download-only is supplied, uaudit's tools won't run and only
the download step will be performed. This can also be used with the
--export option, effectively making it behave like a "--export-only"
flag for cases where the tools have ran already and only the exporting
step needs to be repeated.

06a186c... by Spyros Seimenis

audits/uaudit.py: add --dry-run option

when --dry-run is supplied, downloading packages, running tools and
exporting steps are skipped. It is useful to check for which packages
or versions the tool will run.

11d6f26... by Spyros Seimenis

audits/uaudit.py: add grafana dashboards and instructions