mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +00:00
Revert the image tag in github action until a working solution is found
This commit is contained in:
parent
a0eddfb4ab
commit
ffe254e3a9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ inputs:
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: docker://securego/gosec:${{ inputs.version }}
|
image: 'docker://securego/gosec'
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.args }}
|
- ${{ inputs.args }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue