Revert the image tag in github action until a working solution is found

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

View file

@ -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 }}