crashappsec / chalk

Chalk allows you to follow code from development, through builds and into production.
https://crashoverride.com/
GNU General Public License v3.0
322 stars 11 forks source link

fix: BUILD_URI includes GitHub run attempt #320

Closed miki725 closed 4 weeks ago

miki725 commented 4 weeks ago

Issue

fixes https://github.com/crashappsec/chalk/issues/319

Description

As you can retry github action run, the link needs to include it, otherwise chalk report always links to the latest run, even if that is not the job attempt which generated the report.

Testing

➜ make tests args="test_plugins.py::test_github"