1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-19 21:08:30 +02:00

Fix version interpolation in github action image

This commit is contained in:
Cosmin Cojocar 2023-02-08 10:45:57 +01:00
parent d22a7b6ede
commit a0eddfb4ab
No known key found for this signature in database
GPG Key ID: D4C8D14F280FB879

View File

@ -14,7 +14,7 @@ inputs:
runs:
using: 'docker'
image: 'docker://securego/gosec:${{inputs.version}}'
image: docker://securego/gosec:${{ inputs.version }}
args:
- ${{ inputs.args }}