Skip to content

Initial Docker container action

Compare
Choose a tag to compare
@maxrake maxrake released this 27 Jun 21:26
· 22 commits to main since this release
v2.0.0
c528b14

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