CHIA-1226 Include the cost of the whole spend in get_conditions_from_spendbundle's return value #1520
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Security audit | |
on: | |
pull_request: | |
branches: | |
- "**" | |
jobs: | |
security_audit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: cargo audit | |
run: cargo audit --ignore RUSTSEC-2023-0071 |