Skip to content

Commit ee919d5

Browse files
Add cargo-deny advisory checks alongside license checks Expand the cargo-deny CI step from 'check licenses' to 'check licenses advisories' so known security advisories in dependencies are caught automatically.
1 parent 1bee8eb commit ee919d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
- name: Run cargo-deny
6969
uses: EmbarkStudios/cargo-deny-action@6c8f9facfa5047ec02d8485b6bf52b587b7777d1 # v2.0.18
7070
with:
71-
command: check licenses
71+
command: check licenses advisories

0 commit comments

Comments
 (0)