Skip to content

Commit

Permalink
updating github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thavelock committed Jul 23, 2024
1 parent be41c2d commit 0be49a4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/open-source-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Snyk Open Source Test

on:
workflow_dispatch:
workflow_call:
push:
branches:
- 'master'

jobs:
open-source-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master

- name: Test Open Source Dependencies with Snyk
uses: snyk/actions/golang@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: test
args: --all-projects

0 comments on commit 0be49a4

Please sign in to comment.