mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-14 23:17:51 +00:00
security(cicd): Pinned dependency versions and extract 2 unsafe expressions to env vars (PR #1297)
This commit is contained in:
@@ -35,9 +35,12 @@ jobs:
|
||||
git add --renormalize -A && git add -A
|
||||
chmod +x ./.bin/brute-force-renormalize.sh
|
||||
./.bin/brute-force-renormalize.sh ./Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
||||
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY"
|
||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git commit -m "[Github Action] Automated trickest wordlists update."
|
||||
git push
|
||||
fi
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user