File: snapcraft.yaml

package info (click to toggle)
ssh-audit 3.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,508 kB
  • sloc: python: 7,318; sh: 661; makefile: 12
file content (23 lines) | stat: -rw-r--r-- 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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: .