Releases: bullfrogsec/bullfrog
Releases · bullfrogsec/bullfrog
v0.5.2
0.5.2 (2024-06-27)
Bug Fixes
v0.5.1
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
0.5.0 (2024-06-27)
Features
- fetch agent from release and reliably wait for agent to be ready (#18) (98606c4)
v0.4.1
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
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.