Skip to content

Commit

Permalink
Add push step dagger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal authored Sep 2, 2024
1 parent 3a08a90 commit 22960d9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/dagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
-
name: Call Dagger Function
- name: Call Dagger Function
uses: dagger/dagger-for-github@v6
with:
version: "latest"
verb: call
module: .
args: vulnerability-scan --context=. export --path=.
- name: Push
uses: github-actions-x/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: 'techlab'
commit-message: 'Add scan results'
force-add: 'true'
files: scans/

0 comments on commit 22960d9

Please sign in to comment.