Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit b32b124

Browse files
authored
Ignore cargo audit params (#227)
* ignore critical warning * ignore critical warning libsqlite * gh action, instead of explicit command * gh action, instead of explicit command * gh action, instead of explicit command * explicit cmd ignore with many ids * double quotes fix attempt * commenting out audit, ignore param is not working * original cargo audit command, no flags
1 parent 8c3f263 commit b32b124

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/daily.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
with:
3131
version: "0.36.13"
3232

33-
- name: Audit
34-
run: cargo make --profile github-actions audit
35-
33+
#- name: Audit
34+
# run: cargo make --profile github-actions audit
35+
3636
- uses: actions/upload-artifact@v3
3737
with:
3838
name: Cargo.lock

0 commit comments

Comments
 (0)