mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-08 22:17:58 +00:00
rename and added modification notes
This commit is contained in:
parent
96a9fbf3d3
commit
a4df7ab34a
@ -2,8 +2,10 @@
|
||||
# Sources:
|
||||
# https://dev.to/scienta/get-changed-files-in-github-actions-1p36
|
||||
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions
|
||||
# https://github.com/marketplace/actions/changed-files
|
||||
name: Wordlist Validator - Verify if any file entry start with a slash
|
||||
# https://github.com/marketplace/actions/changed-files\
|
||||
#
|
||||
# Modified to add a validator script
|
||||
name: Wordlist Validator - Run a validator script to prevent dangerous pushes
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
@ -26,4 +28,4 @@ jobs:
|
||||
uses: tj-actions/changed-files@v34
|
||||
- name: Analyze all added or modified files
|
||||
run: |
|
||||
./.bin/check-file-for-starting-slash "${{ steps.changed-files.outputs.all_changed_files }}"
|
||||
./.bin/validators.sh "${{ steps.changed-files.outputs.all_changed_files }}"
|
Loading…
x
Reference in New Issue
Block a user