Skip to content

Add scan, sbom workflow and Security.md (#12) #1

Add scan, sbom workflow and Security.md (#12)

Add scan, sbom workflow and Security.md (#12) #1

Workflow file for this run

name: Scan
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
scan:

Check failure on line 10 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Scan

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
needs: install
if: github.event_name == 'pull_request'
uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1
release-sbom:
needs: install
if: github.event_name == 'push'
uses: circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@v1