Skip to content

Commit 6ef0fcd

Browse files
authored
Update readme and changelog for rustsec#1 (rustsec#3)
Dates for the releases in the changelog are taken from the non- squashed commits of <rustsec#1>.
1 parent bb80078 commit 6ef0fcd

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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 }}
@@ -66,7 +66,7 @@ jobs:
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

0 commit comments

Comments
 (0)