Skip to content

v0.37.0

Compare
Choose a tag to compare
@actions-helper actions-helper released this 26 Apr 19:41
· 21 commits to main since this release

v0.37.0 (2024-04-26)

Feature

  • feat: Update template file hook before running initial scan (#521)

secureli-433

<!-- Include general description here -->
Update template file hook before running initial scan, not after

Changes

<!-- A detailed list of changes -->

  • Update template file hook before running initial scan
  • Added logging to action dependencies
  • Cleaned up update progress output (pre-commit gc not accepting
    --config flag)
  • Cleaned up container dependency injection
  • Updated test to get rid of warnings in terminal
  • Updated hooks versions

Testing

<!--
Mention updated tests and any manual testing performed.
Are aspects not yet tested or not easily testable?
Feel free to include screenshots if appropriate.
-->

  • Added required unit test
  • Updated existing unit tests and all passing

Clean Code Checklist

<!-- This is here to support you. Some/most checkboxes may not apply to
your change -->

  • Meets acceptance criteria for issue
  • New logic is covered with automated tests
  • Appropriate exception handling added
  • Thoughtful logging included
  • Documentation is updated
  • Follow-up work is documented in TODOs
  • TODOs have a ticket associated with them
  • No commented-out code included

<!--
Github-flavored markdown reference:
https://docs.github.com/en/get-started/writing-on-github
--> (40651fa)