Skip to content

Commit

Permalink
feat: add test file
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
  • Loading branch information
cubxxw committed Jul 17, 2023
1 parent 460360b commit 99b26b9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/grype.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "grype"

on:
push:
branches: ['main']
tags: ['v*']
pull_request:

jobs:
scan-source:
name: scan-source
runs-on: ubuntu-latest

permissions:
security-events: write
actions: read
contents: read

steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- uses: anchore/scan-action@v3
with:
path: "."
fail-build: true

0 comments on commit 99b26b9

Please sign in to comment.