Skip to content

Releases: mintel/build-harness

1.6.5

29 Jul 18:12
34bd3c2
Compare
Choose a tag to compare
  • Remove tty flag from docker run calls in the python style module

1.6.4

29 Jul 17:54
ee2cfa0
Compare
Choose a tag to compare

Remove -q option from docker pulls for now, because our CI has an out-of-date docker

1.6.3

29 Jul 17:17
ddecd23
Compare
Choose a tag to compare
Shell calls in make are raining on my parade (#61)

Astatine Mauve

29 Jul 16:52
07b147f
Compare
Choose a tag to compare
  • Generate requirements without pipenv in your project's virtualenv (#56)
  • Scan python with safety (#57)
  • Change compose/restart from calling compose/down compose/up to calling docker-compose restart directly (#58)
  • Run isort and black via docker instead of installing in a virtualenv (#60)

1.5.4

17 Jul 19:24
737fc85
Compare
Choose a tag to compare
  • Cleanup comments and echos (#54)
  • Switch isort to using --profile black by default (#53)
  • Make bh/venv's ability to skip existing packages configurable, and turn it off by default (#55)

1.5.3

06 Jul 15:30
39e007c
Compare
Choose a tag to compare

Fix formatting of call to BANDIT which

1.5.2

01 Jul 18:38
68b9a26
Compare
Choose a tag to compare
Add /docs/ and setup.py to security target exclusions for python

1.5.1

01 Jul 18:10
0a6d001
Compare
Choose a tag to compare

Add python/scan for security vulnerability scanning.
Add python/bandit for python code scanning.

1.4.1

01 Jul 16:02
cf64788
Compare
Choose a tag to compare
  • Disable installing build-harness venv via python 2
  • Update recommended include command to avoid downloading the .build-harness template on every run

1.4.0

16 Jun 18:55
f14a4d6
Compare
Choose a tag to compare
  • Add Dockerfile and Docker image linting
  • Manage build-harness venv with Pipenv, if installed, before falling back on a plain venv