mirror of
https://github.com/securego/gosec.git
synced 2024-12-24 11:35:52 +00:00
Fix version interpolation in github action image
This commit is contained in:
parent
d22a7b6ede
commit
a0eddfb4ab
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ inputs:
|
|||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://securego/gosec:${{inputs.version}}'
|
||||
image: docker://securego/gosec:${{ inputs.version }}
|
||||
args:
|
||||
- ${{ inputs.args }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue