-
-
Good day colleagues,
I am trying to find a proper way to install an external-secrets plugin from GitRepository. Please don't ask why. So I came here.
https://github.com/external-secrets/external…
-
```
- name: Create tag
id: create_tag
run: |
tag_name="v1.0.${{ github.run_number }}"
git tag $tag_name
git push origin $tag_name
- n…
-
Hi, my Github Org has a hook setup , that rejects any commit that is not signed with GPG key.
So i've created a Service account , Created a new GPG key for that service account & configured my GIth…
-
#### ⚠️ GitGuardian has uncovered 4 secrets following the scan of your pull request.
Please consider investigating the findings and remediating the incidents. Failure to do so may lea…
ghost updated
1 month ago
-
## Description
Git-secrets fails to run (I think because it can't find git-sh-setup).
Specifically, the error raised points to [line 46](https://github.com/awslabs/git-secrets/blob/c11c229a8ee…
-
a script `remote_git_pull.sh` has been introduced by #55 , it aims to update the state of the local git copy on the remote server from where we deploy the website. This PR also reworks the use and na…
ctmbl updated
1 month ago
-
I ran `trufflehog` against my GitHub Org. I discovered some secrets.
I then followed the [steps](https://rtyley.github.io/bfg-repo-cleaner/) below to cleanup my history
1. Installed `bfg` repo c…
-
Now that we have an semi [working deployment](https://github.com/ckan/ckanext-xloader/blob/master/.github/workflows/publish.yml#L96).
We need to fix it to be available for other plugins, etc to us…
-
**Bug description**
Hi! I have a simple test project, which should start a video play on my raw image component after app starts. However after CICD the video is gone and I've found the following l…