Add : workflow
All checks were successful
Deployment Verification / deploy-and-test (push) Successful in 2m7s
All checks were successful
Deployment Verification / deploy-and-test (push) Successful in 2m7s
This commit is contained in:
parent
f16651450a
commit
9de00974e9
24
.gitea/workflows/ci-main.yml
Normal file
24
.gitea/workflows/ci-main.yml
Normal 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
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user