mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-02 18:59:54 +00:00
fix(deps): update golang-packages (#3713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: qwerty287 <qwerty287@posteo.de>
This commit is contained in:
@@ -481,7 +481,7 @@ func apparmorAnnotation(containerName string, scp *SecProfile) (*string, *string
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
key := v1.AppArmorBetaContainerAnnotationKeyPrefix + containerName
|
||||
key := v1.DeprecatedAppArmorBetaContainerAnnotationKeyPrefix + containerName
|
||||
value := profileType + "/" + profilePath
|
||||
return &key, &value
|
||||
}
|
||||
|
Reference in New Issue
Block a user