Skip to content

Commit f426c4e

Browse files
committed
ci: remove cargo audit
1 parent 5ace2e1 commit f426c4e

2 files changed

Lines changed: 1 addition & 30 deletions

File tree

.cargo/audit.toml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,16 @@ jobs:
3333
run: echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
3434

3535
- name: Install CI tools
36-
run: cargo binstall sqlx-cli cargo-leptos cargo-audit --no-confirm --locked --force
36+
run: cargo binstall sqlx-cli cargo-leptos --no-confirm --locked --force
3737

3838
- name: Verify installed tools
3939
run: |
4040
which cargo-leptos
41-
which cargo-audit
4241
cargo leptos --version
43-
cargo audit --version
4442
4543
- name: Check formatting
4644
run: cargo fmt --all -- --check
4745

48-
- name: Run security audit
49-
run: cargo audit
50-
5146
- name: Create database and run migrations
5247
run: |
5348
sqlx database create

0 commit comments

Comments
 (0)