Skip to content

Assigned RUSTSEC-2023-0038 to sequoia-openpgp (#1699) #2657

Assigned RUSTSEC-2023-0038 to sequoia-openpgp (#1699)

Assigned RUSTSEC-2023-0038 to sequoia-openpgp (#1699) #2657

Workflow file for this run

name: Validate
on:
pull_request: {}
push:
branches: main
jobs:
lint:
name: Lint advisories
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cache cargo bin
uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: rustsec-admin-v0.8.5
- name: Install rustsec-admin
run: |
VERSION="0.8.5"
if ! ( rustsec-admin --version | grep -q "$VERSION" ); then
cargo install rustsec-admin --force --vers "$VERSION"
fi
- name: Lint advisories
run: rustsec-admin lint --skip-namecheck rustdecimal