From 2ef6146a1f41cfddc821c5614b99b052699efb98 Mon Sep 17 00:00:00 2001 From: danlsnyk <112938226+danlsnyk@users.noreply.github.com> Date: Tue, 26 Dec 2023 16:25:59 +0200 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000000..8dd2d0084d4 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,12 @@ + - name: Snyk + # You may pin to the exact commit or the version. + # uses: snyk/actions@b98d498629f1c368650224d6d212bf7dfa89e4bf + uses: snyk/actions@0.4.0 + with: + # Which Snyk command to run, defaults to test + command: # optional, default is test + # Additional arguments to pass to Snyk + args: # optional + # Output a snyk.json file with results if running the test command + json: # optional +