Skip to content

Releases: boostsecurityio/scanner-registry-action

v1.5.7

06 Dec 20:43
13a9569
Compare
Choose a tag to compare
BST-13728 Add optional remediation for rules (#51)

The remediation allows for specific text to be added to a rule to
explain how it should be fixed. This is primarly useful for CI/CD
settings since their remediation is known and constant with the rule
that is being enforced.

v1.5.5

05 Aug 18:25
91ede50
Compare
Choose a tag to compare
BST-11883: recommended rules (#49)

* add support for recommended flag

v1.5.4

17 Jun 15:48
7c3690a
Compare
Choose a tag to compare

What's Changed

  • BST-9548: add license scan-type by @ledo01 in #45
  • BST-11165: allow imports from server-side scanner rules by @ledo01 in #48

Full Changelog: v1.5.3...v1.5.4

v1.5.3

30 Jan 19:14
bcec6e2
Compare
Choose a tag to compare

What's Changed

  • BST-8916: add IAC, SCI & secrets analyzer types by @ledo01 in #44

Full Changelog: v1.5.2...v1.5.3

v1.5.2

23 Aug 14:56
6c5dcaa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.2

v1.5.0

30 Jun 17:39
ccc03dc
Compare
Choose a tag to compare

What's Changed

  • BST-6424: Remove scan-types for server-side scanners by @ledo01 in #42

Full Changelog: v1.4.0...v1.5.0

v1.4.0

23 Jun 17:52
46e7400
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

20 Jun 13:50
adb9ae6
Compare
Choose a tag to compare

What's Changed

  • BST-6070: Validate rules db integration tests by @ledo01 in #35
  • BST-6070: Validate namespace integration tests by @ledo01 in #36
  • BST-6070: Validate namespace module schema by @ledo01 in #37
  • BST-6070: Validate server-side scanners by @ledo01 in #38
  • BST-6077: Validate server-side scanners rules by @ledo01 in #39
  • BST-6077: Upload server-side scanners by @ledo01 in #40

Full Changelog: v1.2.0...v1.3.0

v1.2.0

14 Jun 18:54
5c99aa3
Compare
Choose a tag to compare

What's Changed

  • BST-5993: Added typer by @ledo01 in #30
  • BST-5993: Added pydantic by @ledo01 in #31
  • BST-5993: Moved rules validations inside rules models by @ledo01 in #32
  • BST-5993: Registry base path option by @ledo01 in #33
  • BST-5993: Detect updated dependencies by @ledo01 in #34

Full Changelog: v1.1.0...v1.2.0

Adds support for rules realm

08 Jun 20:36
9dcb675
Compare
Choose a tag to compare

What's Changed

  • fix: updated boost scanner to v4 by @ledo01 in #19
  • BST-5328: Validate rules db imports by @ledo01 in #17
  • BST-3554: Merge & upload imported rules by @ledo01 in #18
  • BST-5329: Support default rule by @ledo01 in #20
  • fix: updated poetry to v1.4.2 by @ledo01 in #21
  • BST-5645 - Bugfix to support legacy default namespace by @fproulx-boostsecurity in #22
  • validate_rules_db: Remove GET requests by @becojo in #23
  • BST-5725: Removed default_rule overwrite & send it in GQL mutation by @ledo01 in #24
  • BST-5832: Import from rules realm by @ledo01 in #25
  • BST-5833: Validate unique namespace between rules realm & modules by @ledo01 in #26
  • BST-5832: fix invalid args for upload step by @ledo01 in #27
  • BST-5992: Fix rules-realm missing module.yaml by @ledo01 in #28
  • BST-5922: Fix imported default ignored by @ledo01 in #29

New Contributors

Full Changelog: v1.0.2...v1.1.0