Skip to content

Allow specifying accepted avisories for SWHardeningNeeded TCB status #455

Allow specifying accepted avisories for SWHardeningNeeded TCB status

Allow specifying accepted avisories for SWHardeningNeeded TCB status #455

Workflow file for this run

name: Check licenses
on:
workflow_dispatch:
push:
branches: [main]
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
pull_request:
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
jobs:
check:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Check for files without license header
run: "! grep -rL --include='*.go' -e'// Copyright (c) Edgeless Systems GmbH.' -e'DO NOT EDIT' | grep ''"