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

Github Actions Include ATTEMPT in BUILD_URI #319

Closed miki725 closed 4 weeks ago

miki725 commented 4 weeks ago

currently BUILD_URI only links to the action run id however if that has multiple retries, it will always go to the latest retry. we should include the attempts in the uri so that at least it links to the appropriate run

in ideal world https://github.com/crashappsec/chalk/issues/318 should supercede this as it will link directly to the job id url however as thats not currently possible, at least we can link to the correct attempt