From cebbf600b3d7d74e6de813824578c511c713d0dc Mon Sep 17 00:00:00 2001 From: chanakya Date: Tue, 19 Dec 2023 18:47:08 +0530 Subject: [PATCH] Audit Workflow Updated --- .github/workflows/{file_systems.yaml => Audit.yaml} | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) rename .github/workflows/{file_systems.yaml => Audit.yaml} (70%) diff --git a/.github/workflows/file_systems.yaml b/.github/workflows/Audit.yaml similarity index 70% rename from .github/workflows/file_systems.yaml rename to .github/workflows/Audit.yaml index c3a80b5..0eaac1b 100644 --- a/.github/workflows/file_systems.yaml +++ b/.github/workflows/Audit.yaml @@ -1,4 +1,4 @@ -name: File System Tests +name: Audit on: [push, pull_request] jobs: @@ -17,5 +17,8 @@ jobs: - name: set python path run: | - export PYTHONPATH="${PYTHONPATH}:/home/runner/work/HardeningHub/HardeningHub" - python3 tests/test_aide.py + cd /audit + chmod +x test_audit.sh + ./test_audit.sh + +