Skip to content

Update HANDOVER.adoc: Test coverage status #23

Update HANDOVER.adoc: Test coverage status

Update HANDOVER.adoc: Test coverage status #23

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
#
# Standalone Hypatia security scan (push / PR / weekly). This is NOT a duplicate
# of the `hypatia-scan` job in `static-analysis-gate.yml`: that job exists to
# feed the gitbot-fleet LEARNING pipeline (via `deposit-findings`), whereas this
# workflow is the repo's independent security scan. Same tool, two consumers.
# See .github/workflows/README.adoc.
name: Hypatia Security Scan
on:
push:
branches: [main, master, develop]
pull_request:
branches: [main, master]
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
security-events: write
jobs:
scan:

Check failure on line 27 in .github/workflows/hypatia-scan.yml

View workflow run for this annotation

GitHub Actions / Hypatia Security Scan

Invalid workflow file

The workflow is not valid. .github/workflows/hypatia-scan.yml (Line: 27, Col: 3): Error calling workflow 'hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329'. The workflow is requesting 'actions: read', but is only allowed 'actions: none'.
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329