Skip to content

Commit

Permalink
docs: Update README with 0.0.6 release (#8)
Browse files Browse the repository at this point in the history
Actions using `0.0.5` are failing with 
`(Line: 26, Col: 10): Unrecognized named-value: 'inputs'. Located at position 1 within expression: inputs.version`

Resolves: #7
  • Loading branch information
zoispag authored Jun 18, 2020
1 parent 1eb53c0 commit c88ebc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
docker build -t docker.io/my-organization/my-app:${{ github.sha }} .
- name: Run vulnerability scanner
uses: aquasecurity/[email protected].5
uses: aquasecurity/[email protected].6
with:
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
format: 'table'
Expand Down

0 comments on commit c88ebc5

Please sign in to comment.