mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +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:
|
||||
using: 'docker'
|
||||
image: docker://securego/gosec:${{ inputs.version }}
|
||||
image: 'docker://securego/gosec'
|
||||
args:
|
||||
- ${{ inputs.args }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue