Skip to content

Commit bb17e42

Browse files
authored
Ignore nosec comments in action integration workflow to generate some warnings (#1573)
Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
1 parent e1502ad commit bb17e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run action against gosec source
2626
uses: ./
2727
with:
28-
args: -no-fail -fmt sarif -out results.sarif -exclude-generated ./...
28+
args: -no-fail -nosec -fmt sarif -out results.sarif -exclude-generated ./...
2929

3030
- name: Validate SARIF output exists and is valid JSON
3131
run: |

0 commit comments

Comments
 (0)