Skip to content

Commit

Permalink
Bump default converter version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Nov 5, 2021
1 parent 734a979 commit 4b43853
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]
jobs:
container-scan-to-sarif_job:
runs-on: ubuntu-latest
name: A job to convert Container Scan reports to SARIF
name: Upload Container Scan Report to GitHub Code Scanning
steps:
- uses: actions/checkout@v2

Expand All @@ -19,7 +19,7 @@ jobs:
if: ${{ always() }}
uses: ./
with:
converter-version: 0.2.2
converter-version: 0.4.0
input-file: ${{ steps.container-image-scan.outputs.scan-report-path }}

- run: cat "${{ steps.container-scan-to-sarif.outputs.sarif-report-path }}"
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0"`.
**Optional** Version of the container-scan-to-sarif tool. See https://github.com/rm3l/container-scan-to-sarif/releases. Default `"0.4.0"`.

### `input-file`

Expand Down Expand Up @@ -38,7 +38,7 @@ Path to the SARIF report generated.
uses: rm3l/container-scan-to-sarif-action@v1
if: ${{ always() }}
with:
converter-version: 0.2.2
converter-version: 0.4.0
input-file: ${{ steps.scan.outputs.scan-report-path }}

- name: Upload SARIF reports to GitHub Security tab
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.3.0'
default: '0.4.0'
input-file:
description: 'Path to the input Container Scan report to convert'
required: true
Expand Down

0 comments on commit 4b43853

Please sign in to comment.