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
22
action.yml
22
action.yml
@@ -1,19 +1,19 @@
|
||||
name: 'Gosec Security Checker'
|
||||
description: 'Runs the gosec security checker'
|
||||
author: '@ccojocar'
|
||||
name: "Gosec Security Checker"
|
||||
description: "Runs the gosec security checker"
|
||||
author: "@ccojocar"
|
||||
|
||||
inputs:
|
||||
args:
|
||||
description: 'Arguments for gosec'
|
||||
description: "Arguments for gosec"
|
||||
required: true
|
||||
default: '-h'
|
||||
default: "-h"
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://securego/gosec:2.22.8'
|
||||
args:
|
||||
- ${{ inputs.args }}
|
||||
using: "docker"
|
||||
image: "docker://securego/gosec:2.22.9"
|
||||
args:
|
||||
- ${{ inputs.args }}
|
||||
|
||||
branding:
|
||||
icon: 'shield'
|
||||
color: 'blue'
|
||||
icon: "shield"
|
||||
color: "blue"
|
||||
|
||||
Reference in New Issue
Block a user