Skip to content

Releases: bullfrogsec/bullfrog

v0.5.2

27 Jun 03:42
3d1dafe
Compare
Choose a tag to compare

0.5.2 (2024-06-27)

Bug Fixes

v0.5.1

27 Jun 03:15
59890e3
Compare
Choose a tag to compare

0.5.1 (2024-06-27)

Bug Fixes

  • fixing problem with agent installation (#27) (6287cf4)
  • group annotations to avoid reaching limit (#26) (804f346)

v0.5.0

27 Jun 02:36
c1e8d2a
Compare
Choose a tag to compare

0.5.0 (2024-06-27)

Features

  • fetch agent from release and reliably wait for agent to be ready (#18) (98606c4)

v0.4.1

26 Jun 13:56
46d8864
Compare
Choose a tag to compare

0.4.1 (2024-06-26)

Bug Fixes

  • allow dns in build step (#11) (0c7bc0e)
  • Dynamically allow domains from CNAME record + wait on agent (#16) (a241a67)

v0.3: Fix execution issue when not in the root directory

22 Jun 18:49
Compare
Choose a tag to compare
The action previously assumed the working directory was the root of
its repository, causing it to fail in other workflows.

Not the most elegant fix, but it works.