Fix test. Update README
All checks were successful
CI / test (push) Successful in 8m1s
Lint / test (push) Successful in 30s
Trivy / test (push) Successful in 23s

This commit is contained in:
Miguel Jacq 2026-01-05 10:23:15 +11:00
parent 59674d4660
commit c9003d589d
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 62 additions and 46 deletions

View file

@ -22,7 +22,7 @@ poetry run \
enroll explain "${BUNDLE_DIR}" --format json | jq
# Install something, harvest again and diff the harvests
sudo apt-get -y install cowsay
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends cowsay
poetry run \
enroll harvest --out "${BUNDLE_DIR}2"
poetry run \