Loading python/bandit.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # bandit performs static security analysis of python packages # https://bandit.readthedocs.io/en/latest/ include: - local: python/generic.yml - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" variables: BANDIT_SKIP_CHECK: "" # Comma separated, i.e.: B101,B703 Loading python/build.yml +1 −1 Original line number Diff line number Diff line --- include: - local: python/generic.yml - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" python:build: extends: .python:pre Loading python/flake8.yml +1 −1 Original line number Diff line number Diff line --- include: - local: python/generic.yml - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" python:flake8: stage: test Loading python/flawfinder.yml +1 −1 Original line number Diff line number Diff line --- # https://dwheeler.com/flawfinder/ include: - local: python/generic.yml - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" python:flawfinder: extends: .python:pre Loading python/isort.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # isort profile=black format, for black compatibility # https://github.com/PyCQA/isort include: - local: python/generic.yml - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" python:isort: extends: .python:pre Loading Loading
python/bandit.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # bandit performs static security analysis of python packages # https://bandit.readthedocs.io/en/latest/ include: - local: python/generic.yml - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" variables: BANDIT_SKIP_CHECK: "" # Comma separated, i.e.: B101,B703 Loading
python/build.yml +1 −1 Original line number Diff line number Diff line --- include: - local: python/generic.yml - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" python:build: extends: .python:pre Loading
python/flake8.yml +1 −1 Original line number Diff line number Diff line --- include: - local: python/generic.yml - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" python:flake8: stage: test Loading
python/flawfinder.yml +1 −1 Original line number Diff line number Diff line --- # https://dwheeler.com/flawfinder/ include: - local: python/generic.yml - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" python:flawfinder: extends: .python:pre Loading
python/isort.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # isort profile=black format, for black compatibility # https://github.com/PyCQA/isort include: - local: python/generic.yml - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml" python:isort: extends: .python:pre Loading