Commit Graph

62 Commits

Author SHA1 Message Date
David Losert
1c85e9db8d Adds option to write summary into a pr comment 2023-02-16 10:03:16 +00:00
cnagadya
8f801ec4bb Update external-repo-token requirements 2022-11-15 12:25:35 +00:00
Federico Builes
9b3a7f61dd Minor README tweaks. 2022-11-11 11:26:05 +01:00
Federico Builes
a4761312ac Add pull_request to the list of events that don't need refs. 2022-11-11 11:23:46 +01:00
Federico Builes
28c7c8c314 Set the correct default for license-check in README. 2022-11-11 11:17:08 +01:00
Courtney Claessens
8e5000107a Update README.md 2022-11-10 20:01:11 -05:00
Courtney Claessens
89a074ec7e Update README.md 2022-11-10 19:59:21 -05:00
Courtney Claessens
8d7a4c48ad Update README.md 2022-11-10 19:55:22 -05:00
Courtney Claessens
2f59625b62 reorg the readme 2022-11-10 19:51:20 -05:00
Federico Builes
5ea8fbfb83 Update docs for config file paths. 2022-11-10 08:18:58 +01:00
Federico Builes
c72eb06e71 Update README.md
Co-authored-by: Courtney Claessens <courtneycl@github.com>
2022-11-10 07:59:35 +01:00
Federico Builes
aa409fa6cd Update README.md
Co-authored-by: Courtney Claessens <courtneycl@github.com>
2022-11-10 07:59:28 +01:00
Federico Builes
5aaa78ce3c Update README.md
Co-authored-by: Courtney Claessens <courtneycl@github.com>
2022-11-10 07:59:15 +01:00
Federico Builes
59a4f4c4ba Fixing typo in README.md 2022-11-09 13:24:07 +01:00
Federico Builes
418ae59d51 Replace TODO with instructions for getting PAT. 2022-11-08 17:51:31 +01:00
Federico Builes
c38007a979 Don't abbreviate repo in docs.
In general let's try not to use abbreviations in public
documentation.
2022-11-08 17:45:23 +01:00
cnagadya
ebe5527e72 Fix readme typo 2022-11-08 11:23:48 +00:00
cnagadya
f0ff0b670a Rename config token > external-repo-token 2022-11-08 11:16:26 +00:00
cnagadya
b55cddb69d Use config-file for both remote and local config-files 2022-11-07 12:12:03 +00:00
cnagadya
b4a2fbfa16 Complete functionality for handling remote config file 2022-11-04 14:51:41 +00:00
Federico Builes
683cbc4872 Merge branch 'main' into external-repo-config 2022-11-01 08:11:26 +01:00
Eric Cornelissen
f54a1f3b74 Document the license-check & vulnerability-check config options
Include the license-check and vulnerability-check options in the config
documentation in the README.

Also fix a typo in the README ("configuraton" -> "configuration").
2022-10-28 22:23:33 +02:00
cnagadya
216fafaed5 PR feedback
Co-authored-by: Federico Builes <febuiles@github.com>
2022-10-28 11:23:05 +02:00
cnagadya
52fa73c086 Update readme licenses sections 2022-10-26 10:54:12 +00:00
Federico Builes
74c047086c Adding README and action.yml for external config files. 2022-10-21 17:34:20 +02:00
Sarah Aladetan
12ae1bd550 Update wording in README.md
Co-authored-by: Federico Builes <febuiles@github.com>
2022-09-23 12:32:46 -07:00
Sarah Aladetan
241ff73141 add doc on allow-ghsas to readme 2022-09-22 22:44:17 +00:00
Federico Builes
6944531f76 Update README.md 2022-09-22 14:26:27 +02:00
Federico Builes
88502badc9 Update README.md
Co-authored-by: Sarah Aladetan <sarahkemi@github.com>
2022-09-22 08:03:23 +02:00
Federico Builes
38ee6e8360 Improve scopes example in new docs. 2022-09-21 16:53:20 +02:00
Federico Builes
54cd9a7cba Merge branch 'main' into external-config
# Conflicts:
#	README.md
#	__tests__/config.test.ts
#	dist/index.js.map
#	src/config.ts
#	src/schemas.ts
2022-09-21 16:50:02 +02:00
Sarah Aladetan
de48c615a3 build and package scope filtering 2022-09-20 15:18:31 +00:00
Federico Builes
61f19e6447 Let the users set the path for the config file. 2022-09-20 15:15:14 +02:00
Federico Builes
07a7056819 Update README to include config-file option. 2022-09-19 16:46:42 +02:00
Sarah Aladetan
10bc05df70 ensure scope filtering is backward compatible with enterprise rest api versions 2022-09-16 19:13:58 +00:00
Sarah Aladetan
e641ee9a41 update readme with notes on dependency scopes 2022-09-16 16:45:59 +00:00
Federico Builes
6dfe5fd567 Force line-breaks. 2022-09-06 14:36:50 +02:00
Federico Builes
71a0ed0a31 Updating the README to include instructions for both config file options. 2022-09-06 14:30:39 +02:00
Federico Builes
0e0d6ec5d6 Merge branch 'main' into add-summary 2022-08-18 16:11:15 +02:00
Federico Builes
54af7c7fbe Merge branch 'main' into WillDaSilva-main.
Took the time to tweak the README.

# Conflicts:
#	README.md
#	dist/index.js.map
2022-08-18 14:56:08 +02:00
Tiago Pascoal
79f5aede88 Merge branch 'main' into add-summary 2022-08-04 16:59:57 +01:00
Tiago Pascoal
aef949f026 Show vulnerabities and license information on the job summary.
Users can see the results that were found directly on the job summary

All the results are grouped by manifest.

It shows a table with vulnerable packages, together with package version,
the vulnerabily info and it's severity.

Shows info about package licenses, which packages have a non allowed license,
and the list of packages with unknown licenses.
2022-08-04 15:35:07 +00:00
Federico Builes
be18317f94 Update README.md
Co-authored-by: Courtney Claessens <courtneycl@github.com>
2022-08-03 17:27:39 +02:00
Courtney Claessens
e20b197c93 adding info on licenses not supported for GHES 2022-08-03 10:46:47 -04:00
Federico Builes
e66fd91484 Point to the 3.6 docs for Connect. 2022-08-03 11:29:50 +02:00
Federico Builes
ea815ebddb Add link for GHAS. 2022-08-03 11:25:03 +02:00
Federico Builes
bb3e014e0a Adding instructions for GHES 3.6. 2022-08-03 11:22:48 +02:00
Will Da Silva
388b1a309d Support user-provided base/head refs & non-PR workflows 2022-07-21 15:47:05 -04:00
Kenichi Kamiya
c699fc9e3e docs: Fix a typo 2022-06-25 01:18:31 +09:00
Kenichi Kamiya
70f41926ca Fix duplicate words in README 2022-06-16 13:06:54 +09:00