yokawasa / gitrivy

Trivy with GitHub Actions
MIT License
2 stars 1 forks source link

Dependant packages updates #17

Closed yokawasa closed 1 year ago

yokawasa commented 1 year ago

Description

This is to manual update to cover the following PRs:

Test

# install
yarn install

# build
yarn run build

# test
yarn run test

Output

...snip...

File      |  % Stmts | % Branch |  % Funcs |  % Lines | Uncovered Line #s |
----------|----------|----------|----------|----------|-------------------|
All files |    62.75 |     58.9 |    73.91 |    63.09 |                   |
 index.ts |        0 |        0 |        0 |        0 |... 77,78,81,82,86 |
 issue.ts |        0 |        0 |        0 |        0 |... 62,63,68,70,71 |
 trivy.ts |    95.92 |    77.36 |      100 |    96.84 |       113,163,173 |
 utils.ts |      100 |      100 |      100 |      100 |                   |
----------|----------|----------|----------|----------|-------------------|
Test Suites: 2 passed, 2 total
Tests:       32 passed, 32 total
Snapshots:   0 total
Time:        33.31s
Ran all test suites.
✨  Done in 35.71s.