Révision b247f8f2
Get the default suite from `/etc/os-release`
| plugins/debian/debsecan_ | ||
|---|---|---|
| 72 | 72 |
exit 1 |
| 73 | 73 |
fi |
| 74 | 74 |
|
| 75 |
SUITE=${suite:-sid}
|
|
| 75 |
source /etc/os-release |
|
| 76 |
SUITE=${suite:-$VERSION_CODENAME}
|
|
| 77 |
|
|
| 76 | 78 |
FIXEDWARN=${fixed_warning:-1}
|
| 77 | 79 |
FIXEDCRIT=${fixed_critical:-1000}
|
| 78 | 80 |
REMOTEWARN=${remote_warning:-1}
|
Formats disponibles : Unified diff