Skip to content

Commit 740f878

Browse files
LucaGuerrapoiana
authored andcommitted
fix(ci): use falcosecurity/falco instead of falcosecurity/falco-no-driver
Signed-off-by: Luca Guerra <[email protected]>
1 parent 4633f29 commit 740f878

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rules.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
build/checker/rules-check \
9090
validate \
91-
--falco-image="falcosecurity/falco-no-driver:${{ matrix.falco-version }}" \
91+
--falco-image="falcosecurity/falco:${{ matrix.falco-version }}" \
9292
-r ${{ matrix.rules-file }}
9393
9494
check-version:
@@ -136,7 +136,7 @@ jobs:
136136
"${{ matrix.rules-file }}" \
137137
result.txt \
138138
build/checker/rules-check \
139-
"falcosecurity/falco-no-driver:$FALCO_VERSION"
139+
"falcosecurity/falco:$FALCO_VERSION"
140140
if [ -s result.txt ]; then
141141
echo "comment_file=result.txt" >> $GITHUB_OUTPUT
142142
fi

build/checker/cmd/common.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"strings"
2424
)
2525

26-
const defaultFalcoDockerImage = "falcosecurity/falco-no-driver:master"
26+
const defaultFalcoDockerImage = "falcosecurity/falco:master"
2727

2828
const defaultFalcoDockerEntrypoint = "/usr/bin/falco"
2929

0 commit comments

Comments
 (0)