Run cargo vet on PRs that modify supply-chain (#5955)
Noted in #5954 this'll report `cargo vet` status checks on PRs that modify the `supply-chain` directory in addition to `Cargo.lock` modifications that already happen.
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -151,6 +151,9 @@ jobs:
|
|||||||
if grep -q Cargo.lock names.log; then
|
if grep -q Cargo.lock names.log; then
|
||||||
echo audit=true >> $GITHUB_OUTPUT
|
echo audit=true >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
if grep -q supply-chain names.log; then
|
||||||
|
echo audit=true >> $GITHUB_OUTPUT
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
matrix="$(node ./ci/build-test-matrix.js ./commits.log ./names.log $run_full)"
|
matrix="$(node ./ci/build-test-matrix.js ./commits.log ./names.log $run_full)"
|
||||||
echo "test-matrix={\"include\":$(echo $matrix)}" >> $GITHUB_OUTPUT
|
echo "test-matrix={\"include\":$(echo $matrix)}" >> $GITHUB_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user