File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change
1
+ [advisories ]
2
+ ignore = [
3
+ # see https://github.com/extrawurst/gitui/issues/951
4
+ " RUSTSEC-2020-0159" ,
5
+ # see https://github.com/extrawurst/gitui/issues/950
6
+ " RUSTSEC-2020-0071" ]
Original file line number Diff line number Diff line change @@ -142,18 +142,15 @@ jobs:
142
142
components : rustfmt
143
143
- run : cargo fmt -- --check
144
144
145
- # TODO: enable again once we have these two fixed:
146
- # https://github.com/extrawurst/gitui/issues/950
147
- # https://github.com/extrawurst/gitui/issues/951
148
- #
149
- # sec:
150
- # name: Security audit
151
- # runs-on: ubuntu-latest
152
- # steps:
153
- # - uses: actions/checkout@v2
154
- # - uses: actions-rs/audit-check@v1
155
- # with:
156
- # token: ${{ secrets.GITHUB_TOKEN }}
145
+
146
+ sec :
147
+ name : Security audit
148
+ runs-on : ubuntu-latest
149
+ steps :
150
+ - uses : actions/checkout@v2
151
+ - uses : actions-rs/audit-check@v1
152
+ with :
153
+ token : ${{ secrets.GITHUB_TOKEN }}
157
154
158
155
log-test :
159
156
name : Changelog Test
You can’t perform that action at this time.
0 commit comments