Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/update_cli.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

release=$1
release=2.3.32-Remove-filePath-ignore-Final
filename_windows=ast-cli_${release}_windows_x64.zip
filename_linux=ast-cli_${release}_linux_x64.tar.gz
filename_darwin=ast-cli_${release}_darwin_x64.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion src/main/wrapper/resources/cx-linux
Git LFS file not shown
4 changes: 2 additions & 2 deletions src/main/wrapper/resources/cx-mac
Git LFS file not shown
2 changes: 1 addition & 1 deletion src/main/wrapper/resources/cx.exe
Git LFS file not shown
1 change: 0 additions & 1 deletion src/tests/data/ignoreFileSecrets.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
{
"Title": "github-pat",
"FilePath": "src/tests/data/secret-exposed.txt",
"SecretValue":"ghp_1234567890abcdef1234567890abcdef1234"
}
]