-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test for cargo audit #8
Closed
andreeaflorescu opened this issue
Oct 22, 2019
· 2 comments
· Fixed by firecracker-microvm/versionize#32
Closed
Add test for cargo audit #8
andreeaflorescu opened this issue
Oct 22, 2019
· 2 comments
· Fixed by firecracker-microvm/versionize#32
Labels
good first issue
Good for newcomers
Comments
@andreeaflorescu I'd like to be assigned to this issue.. but i think i need to be added to the org ? |
Hey @anth1y, I've assign you. I also thought that you need to be part of an org to be assigned to an issue, but it seems that has changed. Let me know if you need help with anything :) |
anth1y
pushed a commit
to anth1y/rust-vmm-ci
that referenced
this issue
Oct 5, 2020
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Create cargo-audit test to scan for vuln second approach Remove cargo build just name it cmd add the -s add license and recommended updates keeping it lean... just call cargo audit here We no longer need this
anth1y
added a commit
to anth1y/rust-vmm-ci
that referenced
this issue
Oct 6, 2020
anth1y
added a commit
to anth1y/rust-vmm-ci
that referenced
this issue
Oct 8, 2020
Co-authored-by: Laura Loghin <46103760+lauralt@users.noreply.github.com> Signed-off-by: Anthony Riley II <riley@anth1y.io>
andreeaflorescu
added a commit
to andreeaflorescu/vmm-reference
that referenced
this issue
Nov 23, 2020
e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 Signed-off-by: Andreea Florescu <fandree@amazon.com>
andreeaflorescu
added a commit
to andreeaflorescu/vmm-reference
that referenced
this issue
Nov 23, 2020
e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 Signed-off-by: Andreea Florescu <fandree@amazon.com>
andreeaflorescu
added a commit
to andreeaflorescu/vmm-reference
that referenced
this issue
Nov 23, 2020
e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 Signed-off-by: Andreea Florescu <fandree@amazon.com>
andreeaflorescu
added a commit
to andreeaflorescu/vmm-reference
that referenced
this issue
Nov 24, 2020
e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 Signed-off-by: Andreea Florescu <fandree@amazon.com>
alxiord
pushed a commit
to rust-vmm/vmm-reference
that referenced
this issue
Nov 24, 2020
e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 Signed-off-by: Andreea Florescu <fandree@amazon.com>
andreeaflorescu
added a commit
to andreeaflorescu/kvm
that referenced
this issue
Dec 3, 2020
3b7377c (HEAD) fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme Signed-off-by: Andreea Florescu <fandree@amazon.com>
sameo
pushed a commit
to rust-vmm/kvm
that referenced
this issue
Dec 3, 2020
3b7377c (HEAD) fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme Signed-off-by: Andreea Florescu <fandree@amazon.com>
lauralt
added a commit
to lauralt/vm-virtio
that referenced
this issue
Dec 22, 2020
03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners Signed-off-by: Laura Loghin <lauralg@amazon.com>
alexandruag
pushed a commit
to rust-vmm/vm-virtio
that referenced
this issue
Dec 22, 2020
03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners Signed-off-by: Laura Loghin <lauralg@amazon.com>
andreeaflorescu
added a commit
to andreeaflorescu/vm-superio
that referenced
this issue
Feb 11, 2021
98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners Signed-off-by: Andreea Florescu <fandree@amazon.com>
alxiord
pushed a commit
to rust-vmm/vm-superio
that referenced
this issue
Feb 11, 2021
98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners Signed-off-by: Andreea Florescu <fandree@amazon.com>
lauralt
added a commit
to lauralt/vmm-sys-util
that referenced
this issue
Feb 17, 2021
98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme Fixes: rust-vmm#117 Signed-off-by: Laura Loghin <lauralg@amazon.com>
alxiord
pushed a commit
to rust-vmm/vmm-sys-util
that referenced
this issue
Feb 18, 2021
98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme Fixes: #117 Signed-off-by: Laura Loghin <lauralg@amazon.com>
andreeaflorescu
added a commit
to andreeaflorescu/crate-template
that referenced
this issue
Mar 12, 2021
ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI c309d06 buildkite: Move to the rustvmm/dev v4 container c85a8da buildkite: Remove clippy test on aarch64 Signed-off-by: Andreea Florescu <fandree@amazon.com>
jiangliu
pushed a commit
to rust-vmm/crate-template
that referenced
this issue
Mar 13, 2021
ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI c309d06 buildkite: Move to the rustvmm/dev v4 container c85a8da buildkite: Remove clippy test on aarch64 Signed-off-by: Andreea Florescu <fandree@amazon.com>
berciuliviu
pushed a commit
to berciuliviu/versionize
that referenced
this issue
Mar 22, 2021
24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners Signed-off-by: berciuliviu <lberciu@amazon.com>
6 tasks
acatangiu
pushed a commit
to firecracker-microvm/versionize
that referenced
this issue
Mar 23, 2021
24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners Signed-off-by: berciuliviu <lberciu@amazon.com>
andreeaflorescu
added a commit
to danielverkamp/vm-fdt
that referenced
this issue
Apr 6, 2021
24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI c309d06 buildkite: Move to the rustvmm/dev v4 container c85a8da buildkite: Remove clippy test on aarch64 Signed-off-by: Andreea Florescu <fandree@amazon.com>
danielverkamp
pushed a commit
to danielverkamp/vm-fdt
that referenced
this issue
Apr 8, 2021
24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI c309d06 buildkite: Move to the rustvmm/dev v4 container c85a8da buildkite: Remove clippy test on aarch64 Signed-off-by: Andreea Florescu <fandree@amazon.com>
danielverkamp
pushed a commit
to danielverkamp/vm-fdt
that referenced
this issue
Apr 8, 2021
24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI c309d06 buildkite: Move to the rustvmm/dev v4 container c85a8da buildkite: Remove clippy test on aarch64 Signed-off-by: Andreea Florescu <fandree@amazon.com>
danielverkamp
pushed a commit
to danielverkamp/vm-fdt
that referenced
this issue
Apr 9, 2021
24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI c309d06 buildkite: Move to the rustvmm/dev v4 container c85a8da buildkite: Remove clippy test on aarch64 Signed-off-by: Andreea Florescu <fandree@amazon.com>
danielverkamp
pushed a commit
to danielverkamp/vm-fdt
that referenced
this issue
Apr 9, 2021
24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI c309d06 buildkite: Move to the rustvmm/dev v4 container c85a8da buildkite: Remove clippy test on aarch64 Signed-off-by: Andreea Florescu <fandree@amazon.com>
danielverkamp
pushed a commit
to danielverkamp/vm-fdt
that referenced
this issue
Apr 16, 2021
24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI c309d06 buildkite: Move to the rustvmm/dev v4 container c85a8da buildkite: Remove clippy test on aarch64 Signed-off-by: Andreea Florescu <fandree@amazon.com>
danielverkamp
pushed a commit
to danielverkamp/vm-fdt
that referenced
this issue
Apr 21, 2021
24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI c309d06 buildkite: Move to the rustvmm/dev v4 container c85a8da buildkite: Remove clippy test on aarch64 Signed-off-by: Andreea Florescu <fandree@amazon.com>
danielverkamp
pushed a commit
to danielverkamp/vm-fdt
that referenced
this issue
Apr 21, 2021
24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI c309d06 buildkite: Move to the rustvmm/dev v4 container c85a8da buildkite: Remove clippy test on aarch64 Signed-off-by: Andreea Florescu <fandree@amazon.com>
andreeaflorescu
added a commit
to rust-vmm/vm-fdt
that referenced
this issue
Apr 28, 2021
24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI c309d06 buildkite: Move to the rustvmm/dev v4 container c85a8da buildkite: Remove clippy test on aarch64 Signed-off-by: Andreea Florescu <fandree@amazon.com>
roypat
added a commit
to roypat/micro-http
that referenced
this issue
Nov 15, 2022
7af2e16 (HEAD, origin/main, origin/HEAD, main) add support for specifying the agent queue e2e2918 generate pipeline: support for FW unknown keys b0edd17 autogenerate_pipeline: use dictionary instead of self edd221a don't allow undocumented unsafe blocks 5f36cc9 fix whitespace problems in autogenerate script 2eab275 allow the timeout to be overwritten in input 1401bad fix test benchmark 258161e update README with latest version 6fbd7c7 fix test commit format b3ed1c9 update to container version 16 99fe2eb Relax 50/72 rule for more descriptive titles ee6be8c make coverage test less sensitive to changes d216a46 Update to rustvmm/dev:v15 with Rust 1.58.1 d023262 Use v14 container image with Rust 1.54 b6858b2 run `cargo audit` with `--deny warnings` enabled aee82cf Add @gsserge to CODEOWNERS b037be3 update test_coverage to allow running it on crates 7931077 Assert no spaces in crate features JSON 68d4dbf Check formatting of code examples in doc comments 7f22582 update container version to v13 ce13bfb Make build warnings fatal, again 472dea0 Document default timeout for pipeline step f67ef4c Update README.md dd754bb Add timeout for Buildkite steps e58c6f6 Remove static pipeline 6e1bdaa Make build warnings fatal ae7db2d Rename master to main 1311bfa Update clippy test command d7ca3dc Add help option for scripts 8901e77 Leftovers from #79 555474a Add script to run tests locally cd3d97f Allow skipping tests when generating the pipeline cc6ed99 Format integration tests code ba2f45c make the test description configurable 877d1fb Update README.md b47488a Autogenerate pipeline fron json config file a00c7d2 Update the pipeline steps that run the tests 0b9d283 Create local rust crate and update config path 7693628 Update commit format test to work locally d2ab3c0 use the latest docker plugin version 9f7b0d9 check commit authors for each commit 6591890 use rust-vmm-container v12 24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
roypat
added a commit
to roypat/micro-http
that referenced
this issue
Nov 15, 2022
7af2e16 (HEAD, origin/main, origin/HEAD, main) add support for specifying the agent queue e2e2918 generate pipeline: support for FW unknown keys b0edd17 autogenerate_pipeline: use dictionary instead of self edd221a don't allow undocumented unsafe blocks 5f36cc9 fix whitespace problems in autogenerate script 2eab275 allow the timeout to be overwritten in input 1401bad fix test benchmark 258161e update README with latest version 6fbd7c7 fix test commit format b3ed1c9 update to container version 16 99fe2eb Relax 50/72 rule for more descriptive titles ee6be8c make coverage test less sensitive to changes d216a46 Update to rustvmm/dev:v15 with Rust 1.58.1 d023262 Use v14 container image with Rust 1.54 b6858b2 run `cargo audit` with `--deny warnings` enabled aee82cf Add @gsserge to CODEOWNERS b037be3 update test_coverage to allow running it on crates 7931077 Assert no spaces in crate features JSON 68d4dbf Check formatting of code examples in doc comments 7f22582 update container version to v13 ce13bfb Make build warnings fatal, again 472dea0 Document default timeout for pipeline step f67ef4c Update README.md dd754bb Add timeout for Buildkite steps e58c6f6 Remove static pipeline 6e1bdaa Make build warnings fatal ae7db2d Rename master to main 1311bfa Update clippy test command d7ca3dc Add help option for scripts 8901e77 Leftovers from #79 555474a Add script to run tests locally cd3d97f Allow skipping tests when generating the pipeline cc6ed99 Format integration tests code ba2f45c make the test description configurable 877d1fb Update README.md b47488a Autogenerate pipeline fron json config file a00c7d2 Update the pipeline steps that run the tests 0b9d283 Create local rust crate and update config path 7693628 Update commit format test to work locally d2ab3c0 use the latest docker plugin version 9f7b0d9 check commit authors for each commit 6591890 use rust-vmm-container v12 24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
roypat
added a commit
to roypat/micro-http
that referenced
this issue
Nov 15, 2022
7af2e16 add support for specifying the agent queue e2e2918 generate pipeline: support for FW unknown keys b0edd17 autogenerate_pipeline: use dictionary instead of self edd221a don't allow undocumented unsafe blocks 5f36cc9 fix whitespace problems in autogenerate script 2eab275 allow the timeout to be overwritten in input 1401bad fix test benchmark 258161e update README with latest version 6fbd7c7 fix test commit format b3ed1c9 update to container version 16 99fe2eb Relax 50/72 rule for more descriptive titles ee6be8c make coverage test less sensitive to changes d216a46 Update to rustvmm/dev:v15 with Rust 1.58.1 d023262 Use v14 container image with Rust 1.54 b6858b2 run `cargo audit` with `--deny warnings` enabled aee82cf Add @gsserge to CODEOWNERS b037be3 update test_coverage to allow running it on crates 7931077 Assert no spaces in crate features JSON 68d4dbf Check formatting of code examples in doc comments 7f22582 update container version to v13 ce13bfb Make build warnings fatal, again 472dea0 Document default timeout for pipeline step f67ef4c Update README.md dd754bb Add timeout for Buildkite steps e58c6f6 Remove static pipeline 6e1bdaa Make build warnings fatal ae7db2d Rename master to main 1311bfa Update clippy test command d7ca3dc Add help option for scripts 8901e77 Leftovers from #79 555474a Add script to run tests locally cd3d97f Allow skipping tests when generating the pipeline cc6ed99 Format integration tests code ba2f45c make the test description configurable 877d1fb Update README.md b47488a Autogenerate pipeline fron json config file a00c7d2 Update the pipeline steps that run the tests 0b9d283 Create local rust crate and update config path 7693628 Update commit format test to work locally d2ab3c0 use the latest docker plugin version 9f7b0d9 check commit authors for each commit 6591890 use rust-vmm-container v12 24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
alxiord
pushed a commit
to firecracker-microvm/micro-http
that referenced
this issue
Nov 22, 2022
7af2e16 add support for specifying the agent queue e2e2918 generate pipeline: support for FW unknown keys b0edd17 autogenerate_pipeline: use dictionary instead of self edd221a don't allow undocumented unsafe blocks 5f36cc9 fix whitespace problems in autogenerate script 2eab275 allow the timeout to be overwritten in input 1401bad fix test benchmark 258161e update README with latest version 6fbd7c7 fix test commit format b3ed1c9 update to container version 16 99fe2eb Relax 50/72 rule for more descriptive titles ee6be8c make coverage test less sensitive to changes d216a46 Update to rustvmm/dev:v15 with Rust 1.58.1 d023262 Use v14 container image with Rust 1.54 b6858b2 run `cargo audit` with `--deny warnings` enabled aee82cf Add @gsserge to CODEOWNERS b037be3 update test_coverage to allow running it on crates 7931077 Assert no spaces in crate features JSON 68d4dbf Check formatting of code examples in doc comments 7f22582 update container version to v13 ce13bfb Make build warnings fatal, again 472dea0 Document default timeout for pipeline step f67ef4c Update README.md dd754bb Add timeout for Buildkite steps e58c6f6 Remove static pipeline 6e1bdaa Make build warnings fatal ae7db2d Rename master to main 1311bfa Update clippy test command d7ca3dc Add help option for scripts 8901e77 Leftovers from #79 555474a Add script to run tests locally cd3d97f Allow skipping tests when generating the pipeline cc6ed99 Format integration tests code ba2f45c make the test description configurable 877d1fb Update README.md b47488a Autogenerate pipeline fron json config file a00c7d2 Update the pipeline steps that run the tests 0b9d283 Create local rust crate and update config path 7693628 Update commit format test to work locally d2ab3c0 use the latest docker plugin version 9f7b0d9 check commit authors for each commit 6591890 use rust-vmm-container v12 24d66cd update clippy check ebc7016 exclude dependabot from the 50/72 commit rule 63fdf0f update rust-vmm-container 98a26fe Typo fix in README.md 631c82a mount tmp in test pipelines 03fcf08 don't run commit test for repos specified with git 3b7377c fixed typo in readme c9430ee add gitignore file e1108f1 buildkite: re-enable cargo audit test 02004b5 Add a flag that saves the coverage output dir 97025bd buildkite: Skip lines should be shorter than 70 chars c83003c buildkite: Skip cargo audit check temporarily c8cf2b7 buildkite: Fix audit label indentation b3acb30 Fixes: rust-vmm/rust-vmm-ci#8 bedc32b Add --workspace flag to cargo check too 3ea5f2b improve a bit error messages for commit test cd90a63 Add support for workspace tests 9dd386c readme update: cosmetic changes 265df53 Coverage test: keep stdin open 2d3bb05 add myself to codeowners e58ea74 Fix kcov_ouput_dir typo in test_coverage.py d62d781 fix buildkite typos in readme 0fc8ced refactor test_benchmark.py 741b894 checkout to PR branch before finishing test_bench 645a5c3 test_bench: don't crash when no bench on master bd32544 Fetch origin in benchmark test 35beb91 Fix commit message test 53427aa benchmarks: add test that can run at every PR abd2c90 Add test for commit message format fe859f4 Update container image to v6 75d7254 run cargo check on all features 7e3f307 skip coverage-arm test cd7096e Enable rust-vmm coverage test in CI Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We shouldn't have too many crates that we depend on, but still it is worth checking cargo audit as part of our CI.
Detail here: https://github.com/RustSec/cargo-audit
The text was updated successfully, but these errors were encountered: