ci(snyk): fix cron syntax

- docs: add actions badge
This commit is contained in:
MDLeom 2020-09-05 12:47:23 +00:00
parent 57db21d2ad
commit 327b36782b
No known key found for this signature in database
GPG Key ID: 06C236E63CBC68AA
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Snyk
on:
schedule:
# Every day
- cron: '*/0 0 * * *'
- cron: '0 0 * * *'
jobs:
security:

View File

@ -1,7 +1,7 @@
# hexo-yam
[![npm version](https://img.shields.io/npm/v/hexo-yam)](https://www.npmjs.com/package/hexo-yam)
[![Build Status](https://img.shields.io/travis/curbengh/hexo-yam)](https://travis-ci.com/curbengh/hexo-yam)
[![Build Status](https://github.com/curbengh/hexo-yam/workflows/Tester/badge.svg)](https://github.com/curbengh/hexo-yam/actions?query=workflow%3ATester)
[![codecov](https://img.shields.io/codecov/c/gh/curbengh/hexo-yam)](https://codecov.io/gh/curbengh/hexo-yam)
[![NPM Dependencies](https://img.shields.io/librariesio/release/npm/hexo-yam)](https://libraries.io/npm/hexo-yam)
[![Known Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/hexo-yam)](https://snyk.io/test/npm/hexo-yam)