Skip to content

Commit

Permalink
Bump default converter version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Nov 3, 2021
1 parent 49ff130 commit 734a979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It uses the standalone converter excutable from [container-scan-to-sarif](https:

### `converter-version`

**Optional** Version of the container-scan-to-sarif tool. See https://github.com/rm3l/container-scan-to-sarif/releases. Default `"0.2.2"`.
**Optional** Version of the container-scan-to-sarif tool. See https://github.com/rm3l/container-scan-to-sarif/releases. Default `"0.3.0"`.

### `input-file`

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
converter-version:
description: 'Version of the container-scan-to-sarif tool. See https://github.com/rm3l/container-scan-to-sarif/releases'
required: false
default: '0.2.2'
default: '0.3.0'
input-file:
description: 'Path to the input Container Scan report to convert'
required: true
Expand Down

0 comments on commit 734a979

Please sign in to comment.