Merge pull request #130 from markcheret/security_add_snyk
This commit is contained in:
commit
e8bd3830dc
3 changed files with 19 additions and 5 deletions
13
.github/workflows/snyk.yml
vendored
Normal file
13
.github/workflows/snyk.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Snyk
|
||||
on: push
|
||||
jobs:
|
||||
security:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Run Snyk to check for vulnerabilities
|
||||
uses: snyk/actions/php@master
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
with:
|
||||
args: --all-projects
|
|
@ -1,13 +1,13 @@
|
|||
# footnotes
|
||||
|
||||
    
|
||||
|
||||
    
|
||||
|
||||
[](https://github.com/markcheret/footnotes/actions/workflows/ossar-analysis.yml) [](https://github.com/markcheret/footnotes/actions/workflows/php.yml) [](https://www.gnu.org/licenses/gpl-3.0)
|
||||
[](https://www.gnu.org/licenses/gpl-3.0)  [](https://github.com/markcheret/footnotes/actions/workflows/ossar-analysis.yml) [](https://github.com/markcheret/footnotes/actions/workflows/php.yml)
|
||||
|
||||

|
||||
|
||||
# footnotes
|
||||
|
||||
**footnotes** aims to be the all-in-one solution for displaying an
|
||||
automatically-generated list of references on your Page or Post. The Plugin
|
||||
ships with a set of defaults while also empowering you to control how your
|
||||
|
|
|
@ -19,5 +19,6 @@
|
|||
"prettier": "^2.2.1",
|
||||
"stylelint": "^13.12.0",
|
||||
"stylelint-config-wordpress": "^17.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"license": "GPL-3.0"
|
||||
}
|
Reference in a new issue