-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There is little value in running vuln in unit-tests. When it complains, it complains about CVEs in your local Go version, which is not the same Go binary that will build in CI (we use stable and oldstable). The target `git-commit-sha` was a no-op. The logic to determine whether to add a `-` at the end of the commit SHA was broken, it was always chosing to add a `-`. Now the `GIT_COMMIT` is always the HEAD commit SHA + `-dev` suffix. Signed-off-by: Aitor Perez Cedres <[email protected]>
- Loading branch information
Showing
1 changed file
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters