Skip to content

v1/handlers: Return 404 correctly when Blueprint not found (HMS-4243) #6007

v1/handlers: Return 404 correctly when Blueprint not found (HMS-4243)

v1/handlers: Return 404 correctly when Blueprint not found (HMS-4243) #6007

Workflow file for this run

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