File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.3.1] - 2020-05-10
9+
10+ ### Fixed
11+
12+ - GitHub Actions does not support sequences as input
13+
14+ ## [ 1.3.0] - 2022-05-09
15+
16+ ### Added
17+
18+ - Add support for ignores (#1 )
19+
820## [ 1.2.0] - 2020-05-07
921
1022### Fixed
Original file line number Diff line number Diff line change 2727 security_audit :
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v1
30+ - uses : actions/checkout@v3
3131 - uses : actions-rs/audit-check@v1
3232 with :
3333 token : ${{ secrets.GITHUB_TOKEN }}
6666 audit:
6767 runs-on: ubuntu-latest
6868 steps:
69- - uses: actions/checkout@v1
69+ - uses: actions/checkout@v3
7070 - uses: actions-rs/audit-check@v1
7171 with:
7272 token: ${{ secrets.GITHUB_TOKEN }}
@@ -83,5 +83,6 @@ For each new advisory (including informal) an issue will be created:
8383| Name | Required | Description | Type | Default |
8484| ------------| -------- | ---------------------------------------------------------------------------| ------ | --------|
8585| `token` | ✓ | [GitHub token], usually a `${{ secrets.GITHUB_TOKEN }}` | string | |
86+ | `ignore` | | Comma-separated list of advisory ids to ignore | string | |
8687
8788[GitHub token] : https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token
You can’t perform that action at this time.
0 commit comments