Skip to content

Commit

Permalink
chore(ci): implement code scanning (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscaltreto authored Feb 27, 2024
1 parent e93dda5 commit 51982b7
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: [master]
push:
branches: [master]
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 51982b7

Please sign in to comment.