Skip to content

v0.4.33

Compare
Choose a tag to compare
@steven-deboer steven-deboer released this 20 Jun 08:32
· 463 commits to main since this release
3cb7e76

Use environment variables for configuration

By setting the environment variables:

PC_SAAS_API_ENDPOINT
PC_COMPUTE_API_ENDPOINT
PC_ACCESS_KEY
PC_SECRET_KEY

And then run pc referring to a configuration called environment:

pc --config environment <command>

This fixes #57

What's Changed

  • suppress both the index and the index column of the data_frame in output by @tkishel in #51
  • Small bugfix to prevent error while removing index by @steven-deboer in #52
  • Slightly improve the scans command to be able to fetch the latest scan results. by @steven-deboer in #54
  • Make the CLI available to windows users by @deese in #53
  • add compliance standard to filter by @SimOnPanw in #55
  • set default params and turn all_polciies to boolean flags by @SimOnPanw in #56
  • Use environment variable with --config environment by @steven-deboer in #59

New Contributors

Full Changelog: v0.4.27...v0.4.33