Skip to content

Commit

Permalink
named steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Stassi committed Sep 23, 2024
1 parent 23d50ec commit 4c695ea
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
name: Snyk security

on: push

jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: snyk/actions/setup@0.4.0
- uses: actions/setup-go@v5.0.2
- name: Repository checkout
uses: actions/checkout@v4

- name: Snyk CLI setup
uses: snyk/actions/setup@0.4.0

- name: Go setup
uses: actions/setup-go@v5.0.2
with:
go-version: "1.13"

- name: Snyk test
run: snyk test
env:
Expand Down

0 comments on commit 4c695ea

Please sign in to comment.