Skip to content

Commit 3d9eaf3

Browse files
Update .github/workflows/clam-av.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent dff9c07 commit 3d9eaf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/clam-av.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
unzip -q bundle/opencode.zip -d scan
4949
echo "File count in payload: $(find scan -type f | wc -l)"
5050
clamscan -ri --scan-archive=yes scan | tee clamav.log
51-
! grep -q 'Infected files: [1-9]' clamav.log
51+
! grep -qE 'Infected files: [1-9][0-9]*' clamav.log
5252
5353
- name: Upload scan results
5454
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)