diff --git a/.drone.yml b/.drone.yml index b0fb160..b0e1d3d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,7 +48,7 @@ steps: # Security checks - mix sobelow --config # Check dependencies for known vulnerabilities - - mix deps.audit + - mix deps.audit --ignore-file .deps_audit_ignore # Check for dependencies that are not maintained anymore - mix hex.audit # Provide hints for improving code quality @@ -155,7 +155,7 @@ steps: # Security checks - mix sobelow --config # Check dependencies for known vulnerabilities - - mix deps.audit + - mix deps.audit --ignore-file .deps_audit_ignore # Check for dependencies that are not maintained anymore - mix hex.audit # Provide hints for improving code quality