Add : workflow
All checks were successful
Deployment Verification / deploy-and-test (push) Successful in 2m7s

This commit is contained in:
Hubert Cornet 2025-04-25 17:42:11 +02:00
parent f16651450a
commit 9de00974e9
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,24 @@
#
name: Deployment Verification
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Make the script files executable
run: chmod +x * -R
- name: Run a script
run: sudo ./main.sh

View File

@ -111,7 +111,7 @@ EOF
} }
# #
log_message "SCRIPT" "antivirus.sh" log_message "SCRIPT" "additional_hardening.sh"
# Main execution for antivirus # Main execution for antivirus
configure_clamav configure_clamav