diggerhq / digger

Digger is an open source IaC orchestration tool. Digger allows you to run IaC in your existing CI pipeline ⚡️
https://digger.dev
Apache License 2.0
4.3k stars 577 forks source link

use summaryID not job ID #1838

Closed motatoes closed 3 days ago

motatoes commented 3 days ago

the query was incorrectly using DiggerJobId instead of DiggerJobSummaryID

delve-auditor[bot] commented 3 days ago

No security or compliance issues detected. Reviewed everything up to 77c5522a9e6022346b16317916fbbd68dd65d6c2.

Security Overview - 🔎 **Scanned files:** 2 changed file(s)
Detected Code Changes | Change Type | Relevant files | |------------|----------------| | Bug Fix | ► projects.go
    Use summaryID instead of jobID for updating job summary
► storage.go
    Update parameter name and references from diggerJobId to diggerJobSummaryId |

Reply to this PR with @delve-auditor followed by a description of what change you want and we'll auto-submit a change to this PR to implement it.