Skip to content

Releases: mondoohq/actions

v0.7.0

28 Sep 02:59
860172c
Compare
Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for version v0.7.0.

Features

  • Terraform State file Action - New Action for scanning Terraform state files for security configuration best practices.
  • Terraform Plan Action - New Action for scanning Terraform plan files repositories for security configuration best practices.

Updates

  • Terraform HCL Action - Renames Terraform Action as Terraform HCL. This action can be used to do static analysis of Terraform HCL files and projects.

Documentation updates

  • 6e11067 - Fix incorrect readme example

v0.6.0

14 Sep 15:42
f7d71b9
Compare
Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for version v0.6.0.

Features

Documentation Updates

  • dca1240 - Fix docs for setup action
  • 072758a - format github action
  • 0766f71 - Clearer README description of GitHub org/repo Action

Mondoo Scan v0.5.1

31 Aug 04:08
45be07f
Compare
Choose a tag to compare
  • Update description data on GitHub Actions Marketplace

Mondoo Scan v0.5.0

30 Aug 19:57
6aa10d1
Compare
Choose a tag to compare

Big Changes to the Mondoo GitHub Action!

The Mondoo GitHub Action has been entirely rewritten to better integrate within modular workflows in your projects. The action now includes individual GitHub Actions for scanning AWS accounts, Kubernetes Clusters, Kubernetes manifests, Docker images, and Terraform configuration files. There's also a new action for uploading Mondoo Policies to PolicyHub and an action for configuring Mondoo Client, so you can run whatever scan commands you may need. Keep in mind that this new setup is entirely different than our previous releases and breaks existing workflow configurations. Make sure to check out the project Readme and each new action's readme for more information on usage. As always, let us know if you have any questions at [email protected] or join us on our Mondoo Community Slack

Mondoo Scan v0.4.2

18 Aug 16:47
b674c32
Compare
Choose a tag to compare
  • Resolves failures scanning Docker images

Mondoo Scan v0.4.1

18 Aug 05:14
2524a42
Compare
Choose a tag to compare
  • Fix failures introduced in 0.4.0
  • Update setup instructions to match new UI experience

Mondoo Scan v0.4.0

17 Aug 16:48
8e17b9d
Compare
Choose a tag to compare
  • Rename the tf scan type to terraform to match the value expected by Mondoo Client
  • Fail with an error message when the scan type is terraform and no path is specified
  • Add an extra_args workflow configuration options for passing additional flags to Mondoo Client during the scan

Mondoo Scan v0.3.0

17 May 03:29
ece734a
Compare
Choose a tag to compare
  • Add new output_format input for controlling the output from the Mondoo Client. Defaults to the shorter compact output.
  • Add new score_threshold input to control the level of failures that cause the action to fail.

Mondoo Scan v0.2.2

11 May 18:52
749a96e
Compare
Choose a tag to compare
  • Updated the action to pass along CI information to the Mondoo console for our upcoming CI/CD view

Mondoo Scan v0.2.1

11 May 16:03
eea9f6e
Compare
Choose a tag to compare
  • Improve documentation steps to make sure users base64 encode their service account