Skip to content

Commit

Permalink
Merge pull request #108 from advanced-security/v1.0.1
Browse files Browse the repository at this point in the history
Security update release
  • Loading branch information
kenmuse authored Aug 17, 2024
2 parents 3ed0edd + 847a5eb commit 38554f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "security-alert-watcher",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "Sample GH App which monitors and enforces rules for code scanning alerts",
"author": "Ken Muse <kenmuse@users.noreply.github.com>",
Expand Down

1 comment on commit 38554f5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 98/98
🟢 Branches 86.49% 32/37
🟢 Functions 100% 19/19
🟢 Lines 100% 87/87

Test suite run success

34 tests passing in 6 suites.

Report generated by 🧪jest coverage report action from 38554f5

Please sign in to comment.