mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 21:45:39 +01:00
24 lines
491 B
YAML
24 lines
491 B
YAML
name: ssh-audit
|
|
# 'version' field will be automatically added by build_snap.sh.
|
|
license: 'MIT'
|
|
summary: ssh-audit
|
|
description: |
|
|
SSH server and client security configuration auditor. Official repository: <https://github.com/jtesta/ssh-audit>
|
|
|
|
base: core22
|
|
grade: stable
|
|
confinement: strict
|
|
architectures:
|
|
- build-on: [amd64]
|
|
build-for: [all]
|
|
|
|
apps:
|
|
ssh-audit:
|
|
command: bin/ssh-audit
|
|
plugs: [network,network-bind,home]
|
|
|
|
parts:
|
|
ssh-audit:
|
|
plugin: python
|
|
source: .
|