Releases: phylum-dev/phylum-analyze-pr-action
Releases · phylum-dev/phylum-analyze-pr-action
Default debug log output
Update license
Use GitHub Container Registry
Initial Docker container action
What's Changed
Feature
- Convert to a Docker container action by @maxrake in #15
- This change moves away from a lengthy composite action with many external action references towards a simple Docker container action
- The inputs have been simplified
- The permissions are well defined
- The logic is completely self-contained within the
phylumio/phylum-ci
Docker image now
BREAKING CHANGES
The inputs are different now. Tokens for GitHub and Phylum are still required, but now all the other options are encapsulated by the single cmd
input, which is the phylum-ci
command line to pass to the Docker container's entrypoint.
Full Changelog: v1...v2.0.0
v1.4.2
What's Changed
- fix: Update
analyze.py
with new json key names by @furi0us333 in #13
Full Changelog: v1.4.1...v1.4.2
v1.4.1 - Python `poetry.lock` support
What's Changed
- 1.4 readme improvements by @peterjmorgan in #6
- Update README.md by @peterjmorgan in #7
- Add codeowners file by @louislang in #8
- feat: add support for Python poetry.lock files by @maxrake in #9
New Contributors
- @louislang made their first contribution in #8
- @maxrake made their first contribution in #9
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- 1.4 - State tracking for Phylum incomplete package data, fixed yarn parsing, cleanup by @peterjmorgan in #5
Full Changelog: v1.3...v1.4
v1.3
Updates to support CLI v1.2.0 and updated Phylum authentication system
v1.2
v1.2