Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bed72b commit 0e8216aCopy full SHA for 0e8216a
src/secret-scanning/lib/secret-scanning-schema.js
@@ -53,19 +53,19 @@ export default {
53
versions: versionsProps,
54
isPublic: {
55
description: 'whether the secret is publicly available',
56
- type: 'boolean',
+ type: ['boolean', 'string'],
57
},
58
isPrivateWithGhas: {
59
description: 'whether the secret is available in GHAS',
60
61
62
hasPushProtection: {
63
description: 'whether the secret has push protection',
64
65
66
hasValidityCheck: {
67
description: 'whether the secret has its validation status checked',
68
69
70
71
0 commit comments