chore(ci): suppress cowlib advisory
This commit is contained in:
parent
d6671daf1a
commit
d36703450a
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ steps:
|
||||||
# Security checks
|
# Security checks
|
||||||
- mix sobelow --config
|
- mix sobelow --config
|
||||||
# Check dependencies for known vulnerabilities
|
# Check dependencies for known vulnerabilities
|
||||||
- mix deps.audit
|
- mix deps.audit --ignore-file .deps_audit_ignore
|
||||||
# Check for dependencies that are not maintained anymore
|
# Check for dependencies that are not maintained anymore
|
||||||
- mix hex.audit
|
- mix hex.audit
|
||||||
# Provide hints for improving code quality
|
# Provide hints for improving code quality
|
||||||
|
|
@ -155,7 +155,7 @@ steps:
|
||||||
# Security checks
|
# Security checks
|
||||||
- mix sobelow --config
|
- mix sobelow --config
|
||||||
# Check dependencies for known vulnerabilities
|
# Check dependencies for known vulnerabilities
|
||||||
- mix deps.audit
|
- mix deps.audit --ignore-file .deps_audit_ignore
|
||||||
# Check for dependencies that are not maintained anymore
|
# Check for dependencies that are not maintained anymore
|
||||||
- mix hex.audit
|
- mix hex.audit
|
||||||
# Provide hints for improving code quality
|
# Provide hints for improving code quality
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue