~ebarretto/ubuntu-security-tools:apt-key

Last commit made on 2023-09-12
Get this branch:
git clone -b apt-key https://git.launchpad.net/~ebarretto/ubuntu-security-tools
Only Eduardo Barretto can upload to this branch. If you are Eduardo Barretto please log in for upload directions.

Branch merges

Branch information

Name:
apt-key
Repository:
lp:~ebarretto/ubuntu-security-tools

Recent commits

64a63eb... by Eduardo Barretto

umt: Add /etc/apt/keyrings to compare-bin after deprecation of apt-key

a33f4ac... by Eduardo Barretto

Alter build-sources-list to handle new keyring expectations from apt

4920deb... by Alex Murray

umt testflinger: reduce some copy-pasta

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

a5a6846... by Alex Murray

umt testflinger: detect and prompt when c3 session id is invalid

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

d7a5347... by Alex Murray

Merge branch 'align-umt-search-output'

722695f... by Spyros Seimenis

uaudit: skip report generation when output is not txt

Some tools don't support JSON output and are causing jira/review/bug
report generation from the templates to fail since some keys are missing.
Skipping the report generation when certain required tools for the report
haven't been run makes sense in those cases.

Also generalize the above so that when JSON-only output is requested,
uaudit steps that output txt will be skipped. These are:
- static analyzers that don't have JSON support yet
- all of our custom audit-* tools

the idea is that when JSON-only output is requested, the output of these
other tools, which is not used, is not slowing down the report generation.

ae61137... by Alex Murray

umt search: add column headings to reduce extraneous info

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

b118c61... by Alex Murray

umt search: left justify version since is easier to read

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

937c392... by Alex Murray

umt: align umt search output so it's easier to grok

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

3a3e6e7... by Alex Murray

uaudit: be more graceful in outputting json

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