You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Run Fortify AST Scan and upload debug artifacts using actions/upload-artifact@v7 (GitHub.com).'
author: 'Fortify'
inputs:
debug:
description: 'Whether to generate & collect debug artifacts; note that these may contain sensitive data like access tokens or credentials. Automatically enabled when workflow is re-run with "Enable debug logging" checked.'
required: false
default: 'false'
debug-artifact-name:
description: 'Name for the debug artifacts archive; defaults to "fortify-debug-artifacts"'
required: false
default: 'fortify-debug-artifacts'
debug-retention-days:
description: 'Number of days to retain debug artifacts; defaults to 1 due to sensitivity of data'