Skip to content

Commit

Permalink
chore: Add top-level action
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 26, 2023
1 parent 69e098f commit 13d84f8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: 'TODO'
description: 'TODO'
name: 'Run Fortify Scans'
description: 'This action allows for running various Fortify scans on Fortify Hosted, Fortify on Demand, and private Fortify SSC/ScanCentral instances.'
author: 'Fortify'
inputs:
test:
description: 'Test'
default: 'none'
sast:
description: 'Run a SAST scan, takes either true or false (default)'
default: 'false'
required: false
runs:
using: composite
steps:
- uses: fortify-ps/github-action/setup@main
with:
test: |
${{inputs.test}}
- uses: fortify-ps/github-action/fod-sast-scan@main
if: inputs.sast=='true' && env.FOD_URL
- uses: fortify-ps/github-action/sc-sast-scan@main
if: inputs.sast=='true' && env.SSC_URL

branding:
icon: 'shield'
Expand Down

0 comments on commit 13d84f8

Please sign in to comment.