Skip to content

Commit

Permalink
Add add step dagger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal authored Sep 2, 2024
1 parent f9f3876 commit f6b456f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
verb: call
module: .
args: vulnerability-scan --context=. export --path=.
- name: Add
run: git add scans
- name: Push
uses: github-actions-x/[email protected]
with:
commit-message: "Add scan results"
files: ./scans/backend.sarif ./scans/frontend.sarif
files: scans/

0 comments on commit f6b456f

Please sign in to comment.