We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0486897 commit dd84e34Copy full SHA for dd84e34
code-scanning/fortify.yml
@@ -55,7 +55,7 @@ jobs:
55
# are available at https://github.com/fortify/github-action/releases. Depending on the amount of stability
56
# required, you may want to consider using fortify/github-action@v1 instead to use the latest 1.x.y version
57
# of this action, allowing your workflows to automatically benefit from any new features and bug fixes.
58
- uses: fortify/github-action@d7cb5974c159fad242153f52f7c6fa4dda065b23
+ uses: fortify/github-action@ef5539bf4bd9c45c0bd971978f635a69eae55297
59
with:
60
sast-scan: true # Run a SAST scan; if not specified or set to false, no SAST scan will be run
61
debricked-sca-scan: true # For FoD, run an open-source scan as part of the SAST scan (ignored if SAST scan
0 commit comments