Skip to content

Commit

Permalink
Fixed version of gosec which I used leads to issues, see [first 4 run…
Browse files Browse the repository at this point in the history
…s containing that action in fimage](https://github.com/ChristoWolf/fimage/actions).

Namely:
- `io.Discard` is not recognized.
- Using `filepath.Clean` outside of the `os.Open` call still yields the [G304](https://securego.io/docs/rules/g304.html) false positive, which has been [fixed already](securego/gosec#513).

Resolves #12
  • Loading branch information
ChristoWolf committed Jul 5, 2021
1 parent bee1031 commit 70ea846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
- uses: actions/checkout@v2

- name: golang-security-action
uses: Ynniss/golang-security-action@v0.1.3
uses: securego/gosec@master

0 comments on commit 70ea846

Please sign in to comment.