Skip to content

Github Action Vulnerability Scan circumvented, why? #44

@CryoRig

Description

@CryoRig

Out of curiosity and a little concern... this line makes it to always be true even if the scan finds an issue... kinda defeats the purpose of the scan.
Why was this setup this way?

govulncheck ./... || true

also the used go version is 1.25.4 while the scan uses 1.23, this can lead to missed vulnerabilities in the scan.

go-version: '1.23'

another thing, using securego/gosec@master instead of a pinned version makes SupplyChain Attacks easier.

uses: securego/gosec@master

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions