File tree Expand file tree Collapse file tree 2 files changed +11
-17
lines changed Expand file tree Collapse file tree 2 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 3131 private-key : ${{ secrets.GH_ACTIONS_APP_PRIVATE_KEY }}
3232 owner : ${{ github.repository_owner }}
3333 repositories : " aptos-aave-gho"
34+
35+ - name : Auth for private HTTPS git deps
36+ run : |
37+ git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf "https://github.com/"
3438
3539 - name : Install Aptos CLI
3640 uses : ./.github/actions/install-aptos-cli
Original file line number Diff line number Diff line change 124124 },
125125 {
126126 "path": "detect_secrets.filters.heuristic.is_templated_secret"
127+ },
128+ {
129+ "path": "detect_secrets.filters.regex.should_exclude_line",
130+ "pattern": [
131+ "\\bgho_[a-z_]+\\b"
132+ ]
127133 }
128134 ],
129135 "results": {
145151 "line_number": 112
146152 }
147153 ],
148- "aave-core/chainlink-data-feeds/Move.toml": [
149- {
150- "type": "Hex High Entropy String",
151- "filename": "aave-core/chainlink-data-feeds/Move.toml",
152- "hashed_secret": "624a21385c45fc68021078b856bdb7ef77f792e7",
153- "is_verified": false,
154- "line_number": 7
155- },
156- {
157- "type": "Hex High Entropy String",
158- "filename": "aave-core/chainlink-data-feeds/Move.toml",
159- "hashed_secret": "5836c8421a57080f8fed06b76343a66ba79eb007",
160- "is_verified": false,
161- "line_number": 9
162- }
163- ],
164154 "aave-core/chainlink-platform/Move.toml": [
165155 {
166156 "type": "Hex High Entropy String",
1115111141 }
1115211142 ]
1115311143 },
11154- "generated_at": "2025-09-02T11:33:59Z "
11144+ "generated_at": "2025-09-04T14:21:40Z "
1115511145}
You can’t perform that action at this time.
0 commit comments