-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
38 lines (32 loc) · 796 Bytes
/
pubspec.yaml
File metadata and controls
38 lines (32 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: ohmyg0sh
description: APK security scanner that detects hardcoded API keys and credentials before they reach production.
version: 1.71.1
repository: https://github.com/mathtechstudio/ohmyg0sh
issue_tracker: https://github.com/mathtechstudio/ohmyg0sh/issues
homepage: https://github.com/mathtechstudio/ohmyg0sh
topics:
- security
- scanner
- apk
- regex
- dart
environment:
sdk: ^3.5.4
dependencies:
path: ^1.9.1
args: ^2.7.0
yaml: ^3.1.3
dev_dependencies:
lints: ^5.0.0
test: ^1.24.0
# Ignore synthetic secrets used in tests for publish validation
false_secrets:
- test/**
- outputs.json
flutter:
assets:
- config/regexes.json
- config/notkeyhacks.json
# CLI executable - users can run 'ohmyg0sh' after pub global activate
executables:
ohmyg0sh: