Skip to content

Commit b4494d1

Browse files
authored
Develop (#61)
* fix: re-applying release-plz for bump improvements * patch: updated cli-display-modes.md file for better visualization * feat: huge improvements towards security and secret variable detection. With the new update we don't get false positive towards files name conventions such as .env.samples, .env.templates, env.examples etc. We are also skipping if files are ignored within .gitignore, since those files aren't being track. upcoming is to ensure git cache isn't storing .gitignored files, to ensure mistakes doesn't happen * feat added python security scanning catching generat exposure secrets similar to javascript version * patch: README.md duplicate phrases updated
1 parent 84d5ebf commit b4494d1

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
command: release-pr
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
55-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
55+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}cl

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@
1515

1616
```bash
1717
# Install
18-
# Install
1918
cargo install syncable-cli
2019

21-
# Analyze any project
22-
2320
# Analyze any project
2421
sync-ctl analyze /path/to/your/project
2522

@@ -213,8 +210,6 @@ We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
213210
# Run tests
214211
cargo test
215212

216-
# Check code quality
217-
cargo clippy
218213
# Check code quality
219214
cargo clippy
220215

0 commit comments

Comments
 (0)