Installs or updates a caddy on linux.
Please note currently just debian is implemented!
Debian, apt package manager
caddy_version: Verion to be installed
caddy_installation_plattform: Plattform used e.g. linux_amd64.deb
caddy_url: Url to download caddy, if not set will be assembled
caddy_installed_version: Existing version (will be overrided but needs to be initialized)
- Create venv:
python3 -m venv ./venv
- Install pip requirements:
venv/bin/pip install -r pip_requirements.txt
- Execute tests
venv/bin/molecule test
Both the linter and the static security analyser are running on each push on the github actions pipeline.
-
As linter ansible-lint is used. For installation documentation see ansible lint installing
- Just run
ansible-lint
- Just run
-
To check if there are any passwords, tokens... hardcoded, kics is used to ensure a secure IaC repository.
- Run it locally
docker run -t -v $PWD:/path checkmarx/kics:latest scan -p /path -o "/path/"
- Run it locally
GNU General Public License version 3