ci: Ignore RSA advisory outside of scheduled runs (#922)

pull/936/head
Fabian-Lars 1 year ago committed by GitHub
parent 9ca77efff2
commit 056a458d30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,3 +33,5 @@ jobs:
- uses: rustsec/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# https://github.com/tauri-apps/plugins-workspace/issues/774
ignore: ${{ github.event_name != 'schedule' && 'RUSTSEC-2023-0071' || '' }}

Loading…
Cancel
Save