diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 9b320f4d0a..f43a1feb77 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -18,8 +18,8 @@ jobs: - name: Run cargo deny run: | find . -name Cargo.toml -exec cargo deny --manifest-path {} check \ - advisories -A advisory-not-detected --hide-inclusion-graph \; | \ - uniq &> .github/workflows/support-files/notifications/deny.message + advisories -A advisory-not-detected --hide-inclusion-graph \; &> \ + >(uniq &> .github/workflows/support-files/notifications/deny.message ) - uses: actions/upload-artifact@v3 with: name: report