Skip to content

Commit 1c5422b

Browse files
authored
Merge pull request #83 from lazy-actions/chore/update-deps
Update dependencies
2 parents 58c3e9b + 30db59c commit 1c5422b

File tree

4 files changed

+678
-456
lines changed

4 files changed

+678
-456
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
# Gitrivy
1+
# Gitrivy (GitHub Issue + Trivy Action)
22

3+
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lazy-actions/gitrivy/Build)
4+
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lazy-actions/gitrivy/Integration%20Test?label=Integration%20Test)
5+
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lazy-actions/gitrivy/Unit%20Test?label=Unit%20Test)
36
![GitHub release (latest by date)](https://img.shields.io/github/v/release/homoluctus/gitrivy?color=brightgreen&include_prereleases)
4-
![GitHub](https://img.shields.io/github/license/homoluctus/gitrivy?color=brightgreen)
7+
![LICENSE](https://img.shields.io/github/license/homoluctus/gitrivy?color=brightgreen)
58

69
This is a GitHub Actions to scan vulnerability using [Trivy](https://github.com/aquasecurity/trivy).<br>
710
If vulnerabilities are found by Trivy, it creates the following GitHub Issue.
811

9-
![image](https://github.com/homoluctus/gitrivy/blob/master/issue.png)
12+
![image](./assets/img/issue.png)
1013

1114
## Usage
1215

File renamed without changes.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@
2424
"dependencies": {
2525
"@actions/core": "^1.2.6",
2626
"@actions/github": "^1.1.0",
27-
"@types/node-fetch": "^2.5.3",
28-
"@types/tar": "^4.0.3",
29-
"axios": "^0.21.1",
3027
"node-fetch": "^2.6.1",
3128
"tar": "^5.0.5"
3229
},
3330
"devDependencies": {
3431
"@types/jest": "^24.0.13",
3532
"@types/node": "^12.0.4",
33+
"@types/node-fetch": "^2.5.10",
34+
"@types/tar": "^4.0.4",
3635
"@zeit/ncc": "^0.20.5",
3736
"jest": "^24.8.0",
3837
"jest-circus": "^24.7.1",

0 commit comments

Comments
 (0)