-
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
aa6dce3
commit 6e18694
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule phylum-ci
updated
20 files
+6 −0 | CHANGELOG.md | |
+1 −0 | README.md | |
+268 −248 | docs/img/phylum-ci_options.svg | |
+2 −2 | docs/integrations/azure_pipelines.md | |
+2 −2 | docs/integrations/bitbucket_pipelines.md | |
+2 −2 | docs/integrations/git_precommit.md | |
+2 −2 | docs/integrations/github_actions.md | |
+2 −2 | docs/integrations/gitlab_ci.md | |
+2 −2 | docs/integrations/jenkins.md | |
+1 −1 | pyproject.toml | |
+1 −1 | src/phylum/ci/ci_azure.py | |
+12 −8 | src/phylum/ci/ci_base.py | |
+1 −1 | src/phylum/ci/ci_bitbucket.py | |
+1 −1 | src/phylum/ci/ci_github.py | |
+1 −1 | src/phylum/ci/ci_gitlab.py | |
+1 −1 | src/phylum/ci/ci_jenkins.py | |
+2 −2 | src/phylum/ci/ci_none.py | |
+8 −1 | src/phylum/ci/cli.py | |
+6 −6 | src/phylum/ci/common.py | |
+40 −32 | src/phylum/init/cli.py |