Skip to content

Commit

Permalink
add synk
Browse files Browse the repository at this point in the history
  • Loading branch information
bariscodefxy authored Jul 29, 2023
1 parent a172e66 commit a617573
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/synk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: "Snyk PHP"
description: "Check your PHP application for vulnerabilties using Snyk"
author: "Gareth Rushgrove"
branding:
icon: "alert-triangle"
color: "yellow"
inputs:
command:
description: "Which Snyk command to run, defaults to test"
default: test
args:
description: "Additional arguments to pass to Snyk"
json:
description: "Output a snyk.json file with results if running the test command"
default: false
runs:
using: "docker"
image: "docker://snyk/snyk:php"
env:
FORCE_COLOR: 2
SNYK_INTEGRATION_NAME: GITHUB_ACTIONS
SNYK_INTEGRATION_VERSION: php
args:
- snyk
- ${{ inputs.command }}
- ${{ inputs.args }}

0 comments on commit a617573

Please sign in to comment.