Add Infrastructure Audit Tool
Some checks failed
Antigravity DevSecOps / deploy-agent (push) Failing after 42s
Infrastructure Audit / server-report (push) Has been cancelled

This commit is contained in:
serhiimosiiash
2025-12-19 12:48:53 +02:00
parent d856147914
commit 9c7da863fa
3 changed files with 74 additions and 1 deletions

View 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