ossar-action/action.yml

18 строки
575 B
YAML
Исходник Постоянная ссылка Обычный вид История

2020-06-24 20:13:19 +03:00
name: 'ossar-action'
description: 'Run open source security static analysis tools without the added complexity with OSSAR (Open Source Static Analysis Runner)'
2020-06-24 20:13:19 +03:00
author: 'GitHub'
branding:
icon: 'shield'
color: 'black'
inputs:
config:
description: A file path to a .gdnconfig file.
policy:
description: The name of the well known policy to use. If empty, defaults to the policy/github.gdnpolicy file in the action repo.
outputs:
sarifFile:
description: A file path to a SARIF results file.
runs:
2024-04-18 11:16:59 +03:00
using: 'node20'
main: 'lib/action.js'