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
|
# Runs a single command using the runners shell
|
||||||
- name: Commit CVE result to repo
|
- name: Commit CVE result to repo
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
git config --global user.name "Jean-Marie Renouard"
|
git config --global user.name "Jean-Marie Renouard"
|
||||||
git config --global user.email "jmrenouard@gmail.com"
|
git config --global user.email "jmrenouard@gmail.com"
|
||||||
git add .
|
git add .
|
||||||
|
|
|
@ -10,6 +10,6 @@ echo "* Update CVE list"
|
||||||
perl updateCVElist.pl
|
perl updateCVElist.pl
|
||||||
dos2unix ../mysqltuner.pl
|
dos2unix ../mysqltuner.pl
|
||||||
git add ../vulnerabilities.csv ../mysqltuner.pl ../USAGE.md
|
git add ../vulnerabilities.csv ../mysqltuner.pl ../USAGE.md
|
||||||
git commit -m 'Update Vulnerabilities list
|
#git commit -m 'Update Vulnerabilities list
|
||||||
Indenting mysqltuner
|
#Indenting mysqltuner
|
||||||
Update Usage information'
|
#Update Usage information'
|
||||||
|
|
Loading…
Reference in a new issue