mirror of https://github.com/harness/drone.git
feat: [CODE-2312]: fix missing resource name issue (#2814)
* feat: [CODE-2312]: fix missing resource name issuepull/3576/head
parent
a7c7194891
commit
950c917947
|
@ -174,6 +174,7 @@ func (c *Controller) CommitFiles(ctx context.Context,
|
|||
audit.BypassedResourceTypeCommit,
|
||||
audit.BypassedResourceName,
|
||||
commit.CommitID.String(),
|
||||
audit.ResourceName,
|
||||
fmt.Sprintf(
|
||||
audit.BypassSHALabelFormat,
|
||||
repo.Identifier,
|
||||
|
|
Loading…
Reference in New Issue