Skip to content

Commit

Permalink
An attempt to fix our audit action
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Oct 23, 2023
1 parent 3ef3e7e commit 14f0e2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
name: Run cargo audit
env:
CARGO_TERM_COLOR: always
RUST_LOG: cargo=debug
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
CARGO_NET_GIT_FETCH_WITH_CLI: true
runs-on: ubuntu-latest
permissions:
pull-requests: read
Expand All @@ -26,4 +29,4 @@ jobs:

- name: cargo audit
run: |
cargo audit
cargo audit --json
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ compact-gate = ["ipa-macros/compact-gate"]
# but it has nothing to do with IPA.
aggregate-circuit = []

# test change
[dependencies]
aes = "0.8.3"
async-trait = "0.1.68"
Expand Down

0 comments on commit 14f0e2c

Please sign in to comment.