EXECUTE THE SCRIPT (MONTHLY CRONTAB)

On the server running CVEMAP:

  • Enter the following command:

crontab -e

  • Add the following line:

0 0 * * 4 /path/to/check_thursday.sh

DISCLAIMER

The check_thursday.sh script aims to allow execution of the script once a month following the Patch Tuesday principle. I have not found an elegant solution to easily identify this type of redundancy, so I opted for a script that checks the date and calculates if it is appropriate to trigger the execution.

If you want another frequency, feel free to adjust the crontab. (help)

Last updated