Skip to content

Commit

Permalink
workaround GitGuarding complaining about the fake do api token
Browse files Browse the repository at this point in the history
  • Loading branch information
d-honeybadger committed Sep 4, 2024
1 parent 8caa6b6 commit de9d701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ release-manifests: manifests kustomize
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
mkdir -p releases
$(KUSTOMIZE) build config/default > releases/do-operator-${IMG_TAG}.yaml
# replace the fake do api token cause GitGuardian thinks every base64-encoded string is a secret
sed -i -e 's/access-token\:\s.*/access-token: <your api token here>/g' releases/do-operator-${IMG_TAG}.yaml

##@ Build Dependencies

Expand Down

0 comments on commit de9d701

Please sign in to comment.