We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab54ec commit 02b10b2Copy full SHA for 02b10b2
1 file changed
scripts/security-checker.mjs
@@ -49,7 +49,7 @@ class SecurityChecker {
49
return data;
50
}
51
catch (e) {
52
- if (e.message.includes('no analysis found'))
+ if (e.message.includes('no analysis found') || e.message.includes('Advanced Security must be enabled for this repository to use code scanning'))
53
return [];
54
55
throw e;
0 commit comments