Skip to content

Commit

Permalink
try custom gosec build
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaSalakhov committed Feb 1, 2021
1 parent 1f600e5 commit f84d953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v2
- name: Run Gosec Security Scanner
uses: securego/gosec@master
uses: dimasalakhov/gosec@test-container
with:
# we let the report trigger content trigger a failure using the GitHub Security features.
args: "-no-fail -fmt sarif -out results.sarif ./..."
Expand Down

0 comments on commit f84d953

Please sign in to comment.