openethereum/scripts/gitlab/audit.sh

8 lines
135 B
Bash
Raw Permalink Normal View History

2018-10-01 14:58:01 +02:00
#!/bin/bash
set -e # fail on any error
set -u # treat unset variables as error
2018-10-01 15:58:25 +02:00
cargo +stable install cargo-audit
cargo +stable audit