File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ dependencies:
128128 match : VERSION
129129
130130 - name : crun
131- version : 1.25.1
131+ version : 1.27
132132 refPaths :
133133 - path : examples/baseprofile-crun.yaml
134134 match : name
@@ -138,7 +138,7 @@ dependencies:
138138 match : CRUN_VERSION
139139
140140 - name : runc
141- version : v1.4.0
141+ version : v1.4.1
142142 refPaths :
143143 - path : examples/baseprofile-runc.yaml
144144 match : name
Original file line number Diff line number Diff line change 22apiVersion : security-profiles-operator.x-k8s.io/v1beta1
33kind : SeccompProfile
44metadata :
5- name : crun-v1.25.1
5+ name : crun-v1.27
66spec :
77 defaultAction : SCMP_ACT_ERRNO
88 architectures :
Original file line number Diff line number Diff line change 22apiVersion : security-profiles-operator.x-k8s.io/v1beta1
33kind : SeccompProfile
44metadata :
5- name : runc-v1.4.0
5+ name : runc-v1.4.1
66spec :
77 defaultAction : SCMP_ACT_ERRNO
88 architectures :
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -euox pipefail
33
4- CRUN_VERSION=1.25.1
4+ CRUN_VERSION=1.27
55CRUN_BIN=/tmp/crun
66
77# Current crun version
Original file line number Diff line number Diff line change @@ -1595,7 +1595,7 @@ metadata:
15951595 name: profile1
15961596spec:
15971597 defaultAction: SCMP_ACT_ERRNO
1598- baseProfileName: runc-v1.4.0
1598+ baseProfileName: runc-v1.4.1
15991599 syscalls:
16001600 - action: SCMP_ACT_ALLOW
16011601 names:
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ import (
2424)
2525
2626const (
27- baseProfileNameRunc = "runc-v1.4.0 "
28- baseProfileNameCrun = "crun-v1.25.1 "
27+ baseProfileNameRunc = "runc-v1.4.1 "
28+ baseProfileNameCrun = "crun-v1.27 "
2929)
3030
3131func (e * e2e ) testCaseBaseProfile ([]string ) {
You can’t perform that action at this time.
0 commit comments