Skip to content

Commit

Permalink
Add Hermit for go env
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev authored Dec 12, 2023
1 parent f6fee89 commit df4a862
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
ref: ${{ github.head_ref }}

- name: Init Hermit
uses: cashapp/activate-hermit@v1

- name: Install Snyk
uses: snyk/actions/setup@master

Expand All @@ -50,6 +53,9 @@ jobs:
with:
ref: ${{ github.head_ref }}

- name: Init Hermit
uses: cashapp/activate-hermit@v1

- name: Run FOSSA Scan
uses: fossas/fossa-action@main
with:
Expand Down

0 comments on commit df4a862

Please sign in to comment.