UNCLASSIFIED

Merge branch 'development' into 'master'

YAML safe load to master

Closes #116 and #97

See merge request !195
5 jobs for master in 1 minute and 29 seconds (queued for 20 seconds)
Status Job ID Name Coverage
  Format
passed #568740
black

00:00:13

passed #568741
prettier

00:01:00

passed #568742
shfmt

00:01:20

 
  Lint
failed #568744
allowed to fail
pylama

00:00:06

failed #568743
allowed to fail
shellcheck

00:00:07

 
Name Stage Failure
failed
shellcheck Lint
-:7:15: warning: twistlock_user is referenced but not assigned. [SC2154]
-:8:15: warning: twistlock_password is referenced but not assigned. [SC2154]
-:12:14: warning: twistlock_timeout is referenced but not assigned. [SC2154]
# ./stages/vat/base.yaml
# ./templates/default.yaml
# ./templates/development.yaml
# ./templates/distroless.yaml
# ./templates/globals.yaml
ERROR: Job failed: command terminated with exit code 1
failed
pylama Lint
stages/vat/vat_import.py:98:13: E722 do not use bare 'except' [pycodestyle]
stages/vat/vat_import.py:106:13: E722 do not use bare 'except' [pycodestyle]
stages/vat/vat_import.py:114:13: E722 do not use bare 'except' [pycodestyle]
stages/vat/vat_import.py:122:13: E722 do not use bare 'except' [pycodestyle]
stages/vat/vat_import.py:130:13: E722 do not use bare 'except' [pycodestyle]
stages/vat/vat_import.py:276:75: W605 invalid escape sequence '\(' [pycodestyle]
stages/vat/vat_import.py:314:40: E712 comparison to True should be 'if cond is True:' or 'if cond:' [pycodestyle]
stages/vat/vat_import.py:877:5: E722 do not use bare 'except' [pycodestyle]
ERROR: Job failed: command terminated with exit code 1