As a homelab owner, I want to be able to run automated tests on my infrastructure using Inspec, so that I can ensure my systems are secure and reliable.
To achieve this, I want to use a Raspberry Pi as a local Github Actions agent, so that I can run Inspec tests in a local environment but still benefit from Github Actions workflows .
Acceptance Criteria
[ ] ...
[ ] ...
Implementation Tasks
[ ] Set up a Raspberry Pi with a compatible OS and ensure it has the necessary dependencies installed (such as Docker, Git) and the Github reqiurements.
[ ] Configure the Github Actions workflow to use my Raspberry Pi as the runner, and to execute my Inspec tests on my homelab infrastructure.
[ ] ...
With this setup, I can have confidence in the security and reliability of my homelab infrastructure, and can easily test any changes or updates before they are deployed.
As a homelab owner, I want to be able to run automated tests on my infrastructure using Inspec, so that I can ensure my systems are secure and reliable.
To achieve this, I want to use a Raspberry Pi as a local Github Actions agent, so that I can run Inspec tests in a local environment but still benefit from Github Actions workflows .
Acceptance Criteria
Implementation Tasks
With this setup, I can have confidence in the security and reliability of my homelab infrastructure, and can easily test any changes or updates before they are deployed.