Updated packaging documentation & scripts.

This commit is contained in:
Joe Testa
2026-07-05 13:08:39 -04:00
parent dbf8b69633
commit 33594a5caa
5 changed files with 78 additions and 22 deletions
+17 -7
View File
@@ -1,23 +1,33 @@
name: ssh-audit
# 'version' field will be automatically added by build_snap.sh.
license: 'MIT'
title: ssh-audit
summary: ssh-audit
version: "" # Set at run-time by build_snap.sh.
license: 'MIT'
description: |
SSH server and client security configuration auditor. Official repository: <https://github.com/jtesta/ssh-audit>
base: core22
contact:
- https://github.com/jtesta/ssh-audit/issues
issues:
- https://github.com/jtesta/ssh-audit/issues
source-code:
- https://github.com/jtesta/ssh-audit
website:
- https://github.com/jtesta/ssh-audit
base: core26
grade: stable
confinement: strict
architectures:
- build-on: [amd64]
platforms:
all:
build-on: [amd64]
build-for: [all]
apps:
ssh-audit:
command: bin/ssh-audit
plugs: [network,network-bind,home]
plugs: [network, network-bind, home]
parts:
ssh-audit:
plugin: python
stage-packages: [python3.14, python3.14-venv]
source: .