Skip to content

Update helm/kind-action action to v1.12.0 #451

Update helm/kind-action action to v1.12.0

Update helm/kind-action action to v1.12.0 #451

Workflow file for this run

name: Gosec
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
jobs:
gosec:
name: gosec
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: check out code
uses: actions/checkout@v4
- name: run Gosec Security scanner
uses: securego/[email protected]
with:
args: ./...