Skip to content

Commit

Permalink
remove audit
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarejedi committed Oct 11, 2023
1 parent af88b9d commit 2b1a688
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@ jobs:
- run:
name: "Check rust code"
command: "cargo clippy -- -D warnings --warn clippy::all -A clippy::result-large-err"
security-check:
docker:
- image: backpackapp/build:v0.28.0
steps:
- checkout
# - run:
# name: "Soteria analysis"
# command: "cd programs/`ls programs/` && soteria -analyzeAll ."
- run:
name: "Cargo audit"
command: "cargo audit"
test:
docker:
- image: backpackapp/build:v0.28.0
Expand Down

0 comments on commit 2b1a688

Please sign in to comment.