Skip to content

Fix sarif upload

Fix sarif upload #242

Workflow file for this run

name: Release images 🔧
on:
push:
tags:
- v*
branches:
- main
jobs:
build:

Check failure on line 11 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Release images 🔧

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 11, Col: 3): Error calling workflow 'kairos-io/kairos-framework/.github/workflows/reusable-build.yaml@b642af245538ac9e0be8f09c4b7a40096d2ca15a'. The nested job 'build-framework' is requesting 'security-events: write', but is only allowed 'security-events: none'.
permissions:
id-token: write # OIDC support
contents: write
secrets: inherit
strategy:
fail-fast: false
matrix:
security_profile: [generic, fips]
uses: ./.github/workflows/reusable-build.yaml
with:
security_profile: ${{ matrix.security_profile }}