fix: Adding last fix
This commit is contained in:
parent
3a68d793fd
commit
701057d7ad
2 changed files with 4 additions and 3 deletions
1
.github/workflows/update_cve_and_docs.yml
vendored
1
.github/workflows/update_cve_and_docs.yml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
|||
# Runs a single command using the runners shell
|
||||
- name: Commit CVE result to repo
|
||||
run: |
|
||||
pwd
|
||||
git config --global user.name "Jean-Marie Renouard"
|
||||
git config --global user.email "jmrenouard@gmail.com"
|
||||
git add .
|
||||
|
|
|
@ -10,6 +10,6 @@ echo "* Update CVE list"
|
|||
perl updateCVElist.pl
|
||||
dos2unix ../mysqltuner.pl
|
||||
git add ../vulnerabilities.csv ../mysqltuner.pl ../USAGE.md
|
||||
git commit -m 'Update Vulnerabilities list
|
||||
Indenting mysqltuner
|
||||
Update Usage information'
|
||||
#git commit -m 'Update Vulnerabilities list
|
||||
#Indenting mysqltuner
|
||||
#Update Usage information'
|
||||
|
|
Loading…
Reference in a new issue