Skip to content

gosec

gosec #1041

Workflow file for this run

name: gosec
on:
pull_request:
branches:
- "*"
push:
branches:
- main
schedule:
- cron: '0 5 * * *' # Daily at 05:00 UTC
jobs:
coverity:
name: "🔎 gosec check"
if: github.repository == 'osbuild/image-builder'
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Clone repository
uses: actions/checkout@v3.0.2
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.17.0
with:
args: ./...