Skip to content

Commit

Permalink
Merge pull request #16 from ale8k/tweak-go-vuln
Browse files Browse the repository at this point in the history
No longer checkout and specify go.mod for install from govuln
  • Loading branch information
ale8k authored Oct 4, 2024
2 parents ccde35a + 0ccfc64 commit b60ec5a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/actions/security-scan-upload/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ runs:
echo " upload-sarif-artifact: ${{ inputs.upload-sarif-artifact }}"
exit 1
fi
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
#########
# Trivy #
Expand Down Expand Up @@ -75,6 +70,8 @@ runs:
with:
output-format: 'sarif'
output-file: 'govuln-results.sarif'
go-version-file: go.mod
repo-checkout: false

- name: Upload govuln scan results as artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b60ec5a

Please sign in to comment.