Skip to content

Security and License Scans #21

Security and License Scans

Security and License Scans #21

Workflow file for this run

name: Security and License Scans
on:
pull_request_target:
branches:
- main
push:
branches:
- main
# Run every day at 5am UTC
schedule:
- cron: "0 5 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
security-license-scan:

Check failure on line 20 in .github/workflows/security.yml

View workflow run for this annotation

GitHub Actions / Security and License Scans

Invalid workflow file

The workflow is not valid. .github/workflows/security.yml (Line: 20, Col: 3): Error calling workflow 'TBD54566975/open-source-programs/.github/workflows/security.yml@main'. The nested job 'fossa-scan' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: TBD54566975/open-source-programs/.github/workflows/security.yml@main
secrets: inherit