File: detect-hidden-unicode.yml

package info (click to toggle)
python-gvm 26.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,308 kB
  • sloc: python: 46,738; makefile: 18
file content (13 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Detect hidden unicode

on:
  pull_request:

jobs:
  detect-hidden-unicode:
    runs-on: ubuntu-latest
    steps:
      - uses: greenbone/actions/detect-hidden-unicode@v3
        with:
          github-token: ${{ secrets.GREENBONE_BOT_TOKEN }}
          detect-hidden-unicode-args: "--filter '^.*.(?<!png)(?<!jpg)(?<!jpeg)(?<!gif)(?<!tiff)(?<!tif)(?<!bmp)(?<!psd)(?<!heic)(?<!heif)(?<!svg)$'"