mirror of
https://github.com/jtesta/ssh-audit.git
synced 2026-07-08 03:54:53 +02:00
Updated packaging documentation & scripts.
This commit is contained in:
+17
-7
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user