Skip to content

Commit

Permalink
Merge pull request #144 from silinternational/feature/deepfactor
Browse files Browse the repository at this point in the history
add deepfactor
  • Loading branch information
hobbitronics authored Mar 20, 2024
2 parents 5b0fa2d + 2274a3a commit d54301e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deepfactor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: deepfactor-scan
on:
push:
branches: [ main, develop, feature/deepfactor ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: public.ecr.aws/deepfactor/df/runtime:3.3.3-2346
env:
DF_RUN_TOKEN: ${{ secrets.DF_RUN_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Scan with Deepfactor
run: dfctl scan -s fs --application ${{ github.event.repository.name }} --component ${{ github.event.repository.name }} --version ${{ github.ref_name }} .

0 comments on commit d54301e

Please sign in to comment.