Skip to content

Commit e4a4f8e

Browse files
authored
Merge pull request konflux-ci#940 from konflux-ci/dependabot/github_actions/securego/gosec-35f7ec2ca2e35fb91f7684b376a58e0c61f6c2a3
chore(actions): bump securego/gosec from 23597d2569a26d726aa56a59460286afeddcc284 to 35f7ec2ca2e35fb91f7684b376a58e0c61f6c2a3
2 parents 2a7f692 + 12e58fe commit e4a4f8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gosec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
ref: ${{ github.event.pull_request.head.sha }}
2222
- name: Run Gosec Security Scanner
2323
id: gosec
24-
uses: securego/gosec@23597d2569a26d726aa56a59460286afeddcc284 # master
24+
uses: securego/gosec@35f7ec2ca2e35fb91f7684b376a58e0c61f6c2a3 # master
2525
with:
2626
args: -exclude-generated ./...
2727
env:
2828
GOROOT: ""
2929
continue-on-error: true
3030
- name: Run Gosec Security Scanner - save SARIF
3131
id: gosec-sarif
32-
uses: securego/gosec@23597d2569a26d726aa56a59460286afeddcc284 # master
32+
uses: securego/gosec@35f7ec2ca2e35fb91f7684b376a58e0c61f6c2a3 # master
3333
with:
3434
# we let the report trigger a failure using the GitHub Security features.
3535
args: -exclude-generated -fmt sarif -out results.sarif ./...

0 commit comments

Comments
 (0)