Skip to content

chore: redhat: add which into default environment #33

chore: redhat: add which into default environment

chore: redhat: add which into default environment #33

Workflow file for this run

name: Run Gosec
on:
push:
tags:
- "*"
branches:
- "*"
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...