Skip to content

Commit

Permalink
Audit Workflow Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
chanakyavasantha committed Dec 19, 2023
1 parent a8265ec commit cebbf60
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: File System Tests
name: Audit
on: [push, pull_request]

jobs:
Expand All @@ -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

0 comments on commit cebbf60

Please sign in to comment.