Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
awshole authored Jun 26, 2022
1 parent 5b2c669 commit 2cbb83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ runs:
$reference = '${{github.ref}}'
}
$splat = @{
dotSourceFilePath = 'power-snyk/functions/functions.ps1'
language = 'python'
pathToSnykIssues = 'snyk.json'
pathToDependencyFile = '${{ inputs.path_to_dependency_file }}'
gitHubToken = '${{ inputs.snyk_github_integration_token }}'
repository = '${{ inputs.repository }}'
branch = $reference
}
power-snyk/scripts/Set-SnykPythonSarifOutput.ps1 @splat
power-snyk/scripts/Set-SnykSarifOutput.ps1 @splat
}
shell: pwsh

0 comments on commit 2cbb83b

Please sign in to comment.