Skip to content

card-piv.c SM move check for no response data to after MAC is checked #18

card-piv.c SM move check for no response data to after MAC is checked

card-piv.c SM move check for no response data to after MAC is checked #18

Workflow file for this run

name: Coverity CI
# We only want to test master or explicitly via coverity branch
on:
push:
branches: [master, coverity]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: .github/setup-linux.sh
- run: ./bootstrap
- run: ./configure --disable-dependency-tracking --enable-piv-sm
- uses: vapier/coverity-scan-action@v0
with:
project: OpenSC%2FOpenSC
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
email: '[email protected]'
command: 'make'