Skip to content

Commit

Permalink
chore: add snyk badge
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdelfim committed Apr 21, 2022
1 parent d0fda07 commit 3e69e30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[![Coverage Status](https://coveralls.io/repos/github/patrickdelfim/4Dev-Enquetes-para-programadores/badge.svg?branch=feat/ci)](https://coveralls.io/github/patrickdelfim/4Dev-Enquetes-para-programadores?branch=feat/ci)
![Build Status](https://github.com/patrickdelfim/4Dev-Enquetes-para-programadores/actions/workflows/Build.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/patrickdelfim/4Dev-Enquetes-para-programadores/badge.svg?branch=main)](https://coveralls.io/github/patrickdelfim/4Dev-Enquetes-para-programadores?branch=feat/ci)
![Build Status](https://github.com/patrickdelfim/4Dev-Enquetes-para-programadores/actions/workflows/heroku-deploy.yml/badge.svg)
[![Known Vulnerabilities](https://snyk.io/test/github/patrickdelfim/4Dev-Enquetes-para-programadores/badge.svg)](https://snyk.io/test/github/patrickdelfim/4Dev-Enquetes-para-programadores)
2 changes: 1 addition & 1 deletion template.dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1 user-scale=no" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion template.prod.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1 user-scale=no" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
Expand Down

0 comments on commit 3e69e30

Please sign in to comment.