@@ -51,11 +51,11 @@ jobs:
51
51
# configuration options and available sub-actions.
52
52
- name : Run Fortify Scan
53
53
# Specify Fortify GitHub Action version to run. As per GitHub starter workflow requirements, this example
54
- # uses the commit id corresponding to version 1.5 .2. It is recommended to check whether any later releases
54
+ # uses the commit id corresponding to version 1.6 .2. It is recommended to check whether any later releases
55
55
# are available at https://github.com/fortify/github-action/releases. Depending on the amount of stability
56
56
# required, you may want to consider using fortify/github-action@v1 instead to use the latest 1.x.y version
57
57
# of this action, allowing your workflows to automatically benefit from any new features and bug fixes.
58
- uses : fortify/github-action@afb2d9e467caf7c6ad273799fc1b65ac492b0de2
58
+ uses : fortify/github-action@d7cb5974c159fad242153f52f7c6fa4dda065b23
59
59
with :
60
60
sast-scan : true # Run a SAST scan; if not specified or set to false, no SAST scan will be run
61
61
debricked-sca-scan : true # For FoD, run an open-source scan as part of the SAST scan (ignored if SAST scan
76
76
# FOD_RELEASE: MyApp:MyRelease # FoD release name, default: <org>/<repo>:<branch>
77
77
# DO_SETUP: true # Setup FoD application, release & static scan configuration
78
78
# SETUP_ACTION: <URL or file> # Customize setup action
79
- # SETUP_EXTRA_OPTS: --on-unsigned=ignore # Pass extra options to setup action
79
+ # Pass extra options to setup action:
80
+ # SETUP_EXTRA_OPTS: --copy-from "${{ github.repository }}:${{ github.event.repository.default_branch }}"
80
81
# PACKAGE_EXTRA_OPTS: -oss -bt mvn # Extra 'scancentral package' options
81
82
# FOD_SAST_SCAN_EXTRA_OPTS: # Extra 'fcli fod sast-scan start' options
82
83
# DO_WAIT: true # Wait for successful scan completion (implied if post-scan actions enabled)
0 commit comments