Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/fortify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

steps:
- name: Check Out Source Code
uses: actions/checkout@v5 # v5

Check warning on line 87 in .github/workflows/fortify.yml

View workflow job for this annotation

GitHub Actions / validate

87:35 [comments] too few spaces before comment: expected 2

- name: Fortify secrets check
if: ${{ env.FOD_TENANT == '' || env.FOD_USER == '' || env.FOD_PAT == '' || env.SSC_URL == '' || env.SSC_TOKEN == '' || env.SC_CLIENT_AUTH_TOKEN == '' || env.DEBRICKED_TOKEN == '' }}
Expand All @@ -98,7 +98,7 @@
# are available at https://github.com/fortify/github-action/releases. Depending on the amount of stability
# required, you may want to consider using fortify/github-action@v1 instead to use the latest 1.x.y version
# of this action, allowing your workflows to automatically benefit from any new features and bug fixes.
uses: fortify/github-action@73a3a46294d991f733b82e60e08f4daed3051ca0
uses: fortify/github-action@714fe84b03a813fe8124e5ef4ce22da010ab1839
with:
sast-scan: true
debricked-sca-scan: true
Expand Down
Loading