Skip to content

Commit

Permalink
fix(ci): use falcosecurity/falco instead of falcosecurity/falco-no-dr…
Browse files Browse the repository at this point in the history
…iver

Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed Feb 19, 2025
1 parent 4633f29 commit 740f878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
build/checker/rules-check \
validate \
--falco-image="falcosecurity/falco-no-driver:${{ matrix.falco-version }}" \
--falco-image="falcosecurity/falco:${{ matrix.falco-version }}" \
-r ${{ matrix.rules-file }}
check-version:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
"${{ matrix.rules-file }}" \
result.txt \
build/checker/rules-check \
"falcosecurity/falco-no-driver:$FALCO_VERSION"
"falcosecurity/falco:$FALCO_VERSION"
if [ -s result.txt ]; then
echo "comment_file=result.txt" >> $GITHUB_OUTPUT
fi
Expand Down
2 changes: 1 addition & 1 deletion build/checker/cmd/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"strings"
)

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

const defaultFalcoDockerEntrypoint = "/usr/bin/falco"

Expand Down

0 comments on commit 740f878

Please sign in to comment.