Add Infrastructure Audit Tool
This commit is contained in:
25
.gitea/workflows/audit-report.yaml
Normal file
25
.gitea/workflows/audit-report.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
name: Infrastructure Audit
|
||||
run-name: 📊 Running Watchtower & Tools Audit
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
server-report:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.9'
|
||||
|
||||
- name: Install Dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Run Audit Script
|
||||
run: python audit.py
|
||||
Reference in New Issue
Block a user