Skip to content

Commit

Permalink
add deepfactor
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics committed Mar 13, 2024
1 parent 0bb2324 commit c66c2a1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 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 -a ${{ github.event.repository.name }} -c ${{ github.event.repository.name }} -V ${{ github.ref_name }} .

0 comments on commit c66c2a1

Please sign in to comment.