Skip to content

Commit

Permalink
Add scan, sbom workflow and Security.md (#12) (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerikailiwang committed Aug 5, 2024
1 parent 864f4f1 commit 4f618a1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Scan

on:
push:
branches: [master]
pull_request:
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
3 changes: 3 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Security Policy

This sample app is provided as is, with no guarantees, to be used at your own risk as described in the MIT license.

0 comments on commit 4f618a1

Please sign in to comment.