Skip to content

fix(spdmlib/session): clear backup flags and transcript hashes on reset #1019

fix(spdmlib/session): clear backup flags and transcript hashes on reset

fix(spdmlib/session): clear backup flags and transcript hashes on reset #1019

Workflow file for this run

name: deny
on: [push, pull_request]
jobs:
cargo-deny:
runs-on: ubuntu-latest
strategy:
matrix:
checks:
- sources
- bans
- advisories
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'sources' }}
steps:
- name: Checkout sources
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
submodules: recursive
- name: Apply patch
shell: bash
run: |
./sh_script/pre-build.sh
- uses: EmbarkStudios/cargo-deny-action@91bf2b620e09e18d6eb78b92e7861937469acedb # v2.0.17
with:
command: check ${{ matrix.checks }}