Skip to content

Commit

Permalink
chore(ci): implement code scanning (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscaltreto authored Jan 23, 2024
1 parent 44f23c5 commit 8f60523
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Scan
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
scan:
if: github.event_name == 'pull_request'
uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1

release-sbom:
if: github.event_name == 'push'
uses: circlefin/circle-public-github-workflows/.github/workflows/attach-release-assets.yaml@v1

0 comments on commit 8f60523

Please sign in to comment.