We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1971c commit ecb8904Copy full SHA for ecb8904
.github/workflows/php-sast.yml
@@ -33,6 +33,8 @@ jobs:
33
errorFormat: github
34
paths:
35
- plugins
36
+ scanFiles:
37
+ - custom-defs.stub
38
stubFiles:
39
- custom-defs.stub
40
bootstrapFiles:
@@ -42,7 +44,7 @@ jobs:
42
44
- '#Path in require\(\) "build/visibility\.asset\.php" is not a file or it does not exist\.#'
43
45
- '#Path in require\(\) "build/settings\.asset\.php" is not a file or it does not exist\.#'
46
excludePaths:
- - plugins/bcc-signon/openid-connect-bcc-customizations/access-token.php
47
+ - plugins/bcc-signon/*
48
includes:
49
- vendor/szepeviktor/phpstan-wordpress/extension.neon
50
EOF
0 commit comments