Added audit notification

This commit is contained in:
Raphaël Walther
2022-11-04 11:58:23 +01:00
parent 1de64f7b52
commit e12a34ce6b
+3 -3
View File
@@ -14,11 +14,11 @@ jobs:
- name: Install cargo deny
run: cargo install --locked cargo-deny
- name: Run cargo deny
run: cargo deny check advisories --hide-inclusion-graph &> .github/workflows/support-files/deny.message
run: cargo deny check advisories --hide-inclusion-graph &> .github/workflows/support-files/notifications/deny.message
- uses: actions/upload-artifact@v3
with:
name: report
path: .github/workflows/support-files/deny.message
path: .github/workflows/support-files/notifications/deny.message
notification:
needs: cargo-deny
runs-on: ubuntu-latest
@@ -29,7 +29,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: report
path: .github/workflows/support-files/deny.message
path: .github/workflows/support-files/notifications/deny.message
- name: Keybase - Node Install
run: npm install
working-directory: .github/workflows/support-files