Files
antigravity/.gitea/workflows/sanity.yaml
serhiimosiiash 10a440aaab
Some checks failed
Infrastructure Audit / audit (push) Failing after 13s
Feature: Add Watchtower Audit
2025-12-19 14:23:39 +02:00

21 lines
630 B
YAML

name: Infrastructure Audit
run-name: 📊 Server Status Report
on: [push]
jobs:
audit:
runs-on: ubuntu-latest
container:
image: docker:cli # Використовуємо образ з Docker клієнтом!
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Даємо доступ до докера хоста
steps:
- name: 📥 Check out repository
uses: actions/checkout@v3
- name: 🐍 Run Audit Script
# Встановлюємо python прямо в docker контейнері
run: |
apk add --no-cache python3
python3 audit.py