mirror of
https://github.com/securego/gosec.git
synced 2025-11-23 22:15:04 +02:00
Update gosec to version v.22.9 in the github action
Change-Id: Ib3a1fa4255b4fdff577cc97492bf4696553a4a43 Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
committed by
Cosmin Cojocar
parent
15d5c61e86
commit
f9c52aac4b
18
action.yml
18
action.yml
@@ -1,19 +1,19 @@
|
|||||||
name: 'Gosec Security Checker'
|
name: "Gosec Security Checker"
|
||||||
description: 'Runs the gosec security checker'
|
description: "Runs the gosec security checker"
|
||||||
author: '@ccojocar'
|
author: "@ccojocar"
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
args:
|
args:
|
||||||
description: 'Arguments for gosec'
|
description: "Arguments for gosec"
|
||||||
required: true
|
required: true
|
||||||
default: '-h'
|
default: "-h"
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: "docker"
|
||||||
image: 'docker://securego/gosec:2.22.8'
|
image: "docker://securego/gosec:2.22.9"
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.args }}
|
- ${{ inputs.args }}
|
||||||
|
|
||||||
branding:
|
branding:
|
||||||
icon: 'shield'
|
icon: "shield"
|
||||||
color: 'blue'
|
color: "blue"
|
||||||
|
|||||||
Reference in New Issue
Block a user