File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
88
run : |
89
89
build/checker/rules-check \
90
90
validate \
91
- --falco-image="falcosecurity/falco-no-driver :${{ matrix.falco-version }}" \
91
+ --falco-image="falcosecurity/falco:${{ matrix.falco-version }}" \
92
92
-r ${{ matrix.rules-file }}
93
93
94
94
check-version :
@@ -136,7 +136,7 @@ jobs:
136
136
"${{ matrix.rules-file }}" \
137
137
result.txt \
138
138
build/checker/rules-check \
139
- "falcosecurity/falco-no-driver :$FALCO_VERSION"
139
+ "falcosecurity/falco:$FALCO_VERSION"
140
140
if [ -s result.txt ]; then
141
141
echo "comment_file=result.txt" >> $GITHUB_OUTPUT
142
142
fi
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
"strings"
24
24
)
25
25
26
- const defaultFalcoDockerImage = "falcosecurity/falco-no-driver :master"
26
+ const defaultFalcoDockerImage = "falcosecurity/falco:master"
27
27
28
28
const defaultFalcoDockerEntrypoint = "/usr/bin/falco"
29
29
You can’t perform that action at this time.
0 commit comments