Skip to content

Commit

Permalink
drop: gosec from blockin build in CI pipeline (#2681)
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szücs <[email protected]>
  • Loading branch information
szuecs authored Oct 16, 2023
1 parent 30eada3 commit 15cbed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pipeline:
fi
export IMAGE MULTIARCH_IMAGE
make deps check-fmt vet staticcheck gosec shortcheck
make deps check-fmt vet staticcheck shortcheck
if [[ $CDP_TARGET_BRANCH == master && ! $CDP_PULL_REQUEST_NUMBER ]]; then
echo "Creating git tag: ${RELEASE_VERSION}"
Expand Down

0 comments on commit 15cbed6

Please sign in to comment.