mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 19:29:14 +03:00
disable sec audit temporarily
This commit is contained in:
parent
cbf53d6013
commit
d285ec0b09
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@ -142,14 +142,18 @@ jobs:
|
||||
components: rustfmt
|
||||
- run: cargo fmt -- --check
|
||||
|
||||
sec:
|
||||
name: Security audit
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/audit-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# TODO: enable again once we have these two fixed:
|
||||
# https://github.com/extrawurst/gitui/issues/950
|
||||
# https://github.com/extrawurst/gitui/issues/951
|
||||
#
|
||||
# sec:
|
||||
# name: Security audit
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - uses: actions-rs/audit-check@v1
|
||||
# with:
|
||||
# token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
log-test:
|
||||
name: Changelog Test
|
||||
|
Loading…
Reference in New Issue
Block a user