We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd1f9f commit 4a13928Copy full SHA for 4a13928
1 file changed
.github/workflows/detect-hidden-unicode.yml
@@ -0,0 +1,13 @@
1
+name: Detect hidden unicode
2
+
3
+on:
4
+ pull_request:
5
6
+jobs:
7
+ detect-hidden-unicode:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: greenbone/actions/detect-hidden-unicode@v3
11
+ with:
12
+ github-token: ${{ secrets.GREENBONE_BOT_TOKEN }}
13
+ detect-hidden-unicode-args: "--filter '^.*.(?<!png)(?<!jpg)(?<!jpeg)(?<!gif)(?<!tiff)(?<!tif)(?<!bmp)(?<!psd)(?<!heic)(?<!heif)(?<!svg)$'"
0 commit comments