Add specific control ID for warnings regarding usage of deprecated options

This commit is contained in:
Michael Boelen 2020-03-25 15:03:21 +01:00
parent db117ae644
commit 9b978a3581
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@
#################################################################################
#
if [ -n "${DEPRECATED_OPTION}" ]; then
ReportWarning "LYNIS" "One or more deprecated options used" "${DEPRECATED_OPTION}" "Update your profile"
ReportWarning "GEN-0030" "One or more deprecated options used in profile" "${DEPRECATED_OPTION}" "Update your profile"
fi
#
#################################################################################