This is the Rust version of the discord bot created for FBT Heaven
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

secret scan action

+124
+11
.github/workflows/detect-new-secrets.yml
··· 1 + name: Checking for Secrets 2 + on: push 3 + jobs: 4 + check-secrets: 5 + name: Checking for Secrets 6 + runs-on: ubuntu-latest 7 + steps: 8 + - name: Checkout Repo 9 + uses: actions/checkout@v3 10 + - name: Secret Scanner 11 + uses: secret-scanner/action@0.0.2
+113
.secrets.baseline
··· 1 + { 2 + "version": "1.2.0", 3 + "plugins_used": [ 4 + { 5 + "name": "ArtifactoryDetector" 6 + }, 7 + { 8 + "name": "AWSKeyDetector" 9 + }, 10 + { 11 + "name": "AzureStorageKeyDetector" 12 + }, 13 + { 14 + "name": "Base64HighEntropyString", 15 + "limit": 4.5 16 + }, 17 + { 18 + "name": "BasicAuthDetector" 19 + }, 20 + { 21 + "name": "CloudantDetector" 22 + }, 23 + { 24 + "name": "GitHubTokenDetector" 25 + }, 26 + { 27 + "name": "HexHighEntropyString", 28 + "limit": 3.0 29 + }, 30 + { 31 + "name": "IbmCloudIamDetector" 32 + }, 33 + { 34 + "name": "IbmCosHmacDetector" 35 + }, 36 + { 37 + "name": "JwtTokenDetector" 38 + }, 39 + { 40 + "name": "KeywordDetector", 41 + "keyword_exclude": "" 42 + }, 43 + { 44 + "name": "MailchimpDetector" 45 + }, 46 + { 47 + "name": "NpmDetector" 48 + }, 49 + { 50 + "name": "PrivateKeyDetector" 51 + }, 52 + { 53 + "name": "SendGridDetector" 54 + }, 55 + { 56 + "name": "SlackDetector" 57 + }, 58 + { 59 + "name": "SoftlayerDetector" 60 + }, 61 + { 62 + "name": "SquareOAuthDetector" 63 + }, 64 + { 65 + "name": "StripeDetector" 66 + }, 67 + { 68 + "name": "TwilioKeyDetector" 69 + } 70 + ], 71 + "filters_used": [ 72 + { 73 + "path": "detect_secrets.filters.allowlist.is_line_allowlisted" 74 + }, 75 + { 76 + "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", 77 + "min_level": 2 78 + }, 79 + { 80 + "path": "detect_secrets.filters.gibberish.should_exclude_secret", 81 + "limit": 3.7 82 + }, 83 + { 84 + "path": "detect_secrets.filters.heuristic.is_indirect_reference" 85 + }, 86 + { 87 + "path": "detect_secrets.filters.heuristic.is_likely_id_string" 88 + }, 89 + { 90 + "path": "detect_secrets.filters.heuristic.is_lock_file" 91 + }, 92 + { 93 + "path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string" 94 + }, 95 + { 96 + "path": "detect_secrets.filters.heuristic.is_potential_uuid" 97 + }, 98 + { 99 + "path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign" 100 + }, 101 + { 102 + "path": "detect_secrets.filters.heuristic.is_sequential_string" 103 + }, 104 + { 105 + "path": "detect_secrets.filters.heuristic.is_swagger_file" 106 + }, 107 + { 108 + "path": "detect_secrets.filters.heuristic.is_templated_secret" 109 + } 110 + ], 111 + "results": {}, 112 + "generated_at": "2024-06-28T15:24:11Z" 113 + }