Releases: phylum-dev/phylum-ci
Releases · phylum-dev/phylum-ci
v0.12.0
v0.11.0
Feature
Fix
Documentation
v0.10.0
v0.9.1
v0.9.0
v0.8.1
v0.8.0
Feature
- Coordinate phylum-ci Docker image releases with new CLI releases (#63) (
82b57e2
) - Expose version arguments with a short form
-V
(92e9149
)
Fix
- Using gh cli requires specifying a token (#65) (
1e070fd
) - Logical prefixed
not
fails GitHub workflow syntax (#64) (00a5cb1
) - Re-enable building docker images with pre-built distributions (
c5d7aa0
)
Documentation
- Add a Code of Conduct (#60) (
c953f68
) - Add a security policy (
21fce1b
) - Reformat code examples to add whitespace lines (
a31fdce
)
Performance
- Optimize Docker image (
0e28066
)
v0.7.0
Feature
- Use a single character for "single dash" options (
6a4b032
)
Breaking
- The short options for the following arguments changed (
6a4b032
):--force-analysis
was changed from-fa
to-f
--force-install
was changed from-fi
to-i
--vul-threshold
was changed from-vt
to-u
--mal-threshold
was changed from-mt
to-m
--eng-threshold
was changed from-et
to-e
--lic-threshold
was changed from-lt
to-c
--aut-threshold
was changed from-at
to-o
v0.6.0
Feature
- Provide an option to force analysis (#55) (
4d6fc3b
) - Default to project settings for risk domain thresholds (#52) (
9f10442
) - Default to analyzing new dependencies only (#53) (
e0894fc
)
Fix
- Ensure the "CI Platform Name" portion of a label is correct (#55) (
1867fb6
) - Enable Phylum UI links for groups (#54) (
8775a63
)
Breaking Changes
- Individual risk domain threshold values can be set with command line options, which now accept values between 0 and 100, inclusive
- Previously, the accepted values were between 0 and 99, inclusive
- The option to analyze
--new-deps-only
was removed and replaced with one that has the opposite meaning:--all-deps
- The short option to
--force-install
was changed from-f
to-fi
Full Changelog: v0.5.2...v0.6.0