📝 Changelog

Unreleased

0.8.0 - 2024-02-07

✨ Added

  • Added output created-issues to security-issues action containing the found security issues including the created GitHub issues in JSONL format.

0.7.0 - 2024-01-26

✨ Added

  • Added support for referencing projects in security-issues action.

0.6.2 - 2023-11-20

🐞 Fixed

  • Fix failing vulnerability issue creator when Maven report does not contain “vulnerable” entry

🔧 Changed

  • Update pylint dependency

  • Update import-lib dependency

0.6.1 - 2023-10-27

🐞 Fixed

  • Fixed failing security-issues action in case of empty ignore list

0.6.0 - 2023-10-27

✨ Added

  • Added security command

  • Added security-issues action

0.5.0 - 2023-10-12

✨ Added

  • Added first version of the tbx cli tool with support for managing github workflows

🔧 Changed

  • Changed autogenerated comment in version.py for better clarity

  • Updated dependencies

  • Updated github issue templates

0.4.0 - 2023-04-19

✨ Added

  • Added support for metrics
    • Added nox metrics task nox -s report

    • Added GitHub workflow which generates and reports the metrics

    • Added metrics workflow call invocation to standard workflows
      • ci

      • ci-cd

      • pr-merge

🔧 Changed

  • Updated dependencies

🗑 Removed

  • Removed scriv support

0.3.0 - 2022-12-21

✨ Added

  • Added support for custom path filters to config object

🔧 Changed

  • Updated dependencies

0.2.0 — 2022-12-20

✨ Added

  • Added basic templates for workflow and config files

  • Added additional Project metadata

🔧 Changed

  • Updated dependencies

  • Migrate project to exasol organization

📚 Documentation

  • Updated workflow documentation

0.1.0 — 2022-11-25

✨ Initial release