Skip to content

Commit

Permalink
Exclude base64 strings, rustup show
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Apr 3, 2023
1 parent 56e7530 commit 4ec69b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/spell-check/patterns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
\b[0-9a-fA-F]{16,}\b

# base 64 runs
\b\"[0-9a-zA-Z+/=]{16,}\"\b
\b[0-9a-zA-Z+/=]{16,}\b
\biVBOR[0-9a-zA-Z+/=]{1,}\b

# hit-count: 20 file-count: 15
# tar arguments
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

runs-on: ${{matrix.os}}
steps:
- run: rustup show
- name: Checkout code
uses: actions/checkout@v3
- uses: FranzDiebold/github-env-vars-action@v1.3.0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

runs-on: ${{matrix.os}}
steps:
- run: rustup show
- name: Checkout code
uses: actions/checkout@v3

Expand Down Expand Up @@ -109,6 +110,7 @@ jobs:
test_win32:
runs-on: windows-2019
steps:
- run: rustup show
- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit 4ec69b7

Please sign in to comment.