We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3378ae4 commit a9914afCopy full SHA for a9914af
1 file changed
src/main.ts
@@ -51,8 +51,8 @@ export async function run(): Promise<void> {
51
'--exclude-rule',
52
'generic.secrets.security.detected-private-key.detected-private-key' // Duplicate of secret scanning
53
],
54
- url: 'https://github.com/semgrep/semgrep/archive/refs/tags/v1.149.0.tar.gz',
55
- version: 'v1.149.0',
+ url: 'https://github.com/semgrep/semgrep/archive/refs/tags/v1.159.0.tar.gz',
+ version: 'v1.159.0',
56
installType: scanner.InstallType.Pip
57
}
58
} else {
0 commit comments