-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This submodule update was triggered by a phylum-ci release and ensures the documentation stays current.
- Loading branch information
1 parent
c60ed36
commit aa6dce3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule phylum-ci
updated
16 files
+1 −1 | .pre-commit-config.yaml | |
+6 −0 | CHANGELOG.md | |
+5 −0 | README.md | |
+260 −236 | docs/img/phylum-ci_options.svg | |
+3 −2 | docs/integrations/azure_pipelines.md | |
+3 −2 | docs/integrations/bitbucket_pipelines.md | |
+5 −4 | docs/integrations/git_precommit.md | |
+4 −2 | docs/integrations/github_actions.md | |
+3 −2 | docs/integrations/gitlab_ci.md | |
+3 −2 | docs/integrations/jenkins.md | |
+52 −22 | poetry.lock | |
+1 −1 | pyproject.toml | |
+1 −0 | scripts/docker_tests.sh | |
+37 −10 | src/phylum/ci/ci_base.py | |
+16 −9 | src/phylum/ci/cli.py | |
+20 −4 | src/phylum/ci/common.py |