diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 8db8ff3..aca15be 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -21,7 +21,7 @@ jobs: uses: anchore/sbom-action@v0 - name: Run Gosec Security Scanner - id: GoSec Scan + id: gosec uses: securego/gosec@master with: args: '-no-fail -fmt sarif -out results.sarif ./...'