Andrew
95ca7fcd8d
Merge pull request #104 from ericcornelissen/improve-build-instructions
...
Update build instructions
2022-11-19 14:54:31 -07:00
Eric Cornelissen
8f01fbf59b
Add ncc as a devDependency
...
Add it as a dependency to the npm manifest and lockfile. This:
1. Makes it so you can run the documented command for building **if**
`npx` [1] is put in front (quickstart updated accordingly).
2. Ensures everyone building this action gets the same result.
3. Avoids having to install ncc globally.
--
1. https://www.npmjs.com/package/npx
2022-11-12 12:54:12 +01:00
Andrew
26932094df
Merge pull request #101 from ericcornelissen/100-bump-actions-core
...
Bump `@actions/core` from v1.9.1 to v1.10.0
2022-11-10 21:03:58 -07:00
Eric Cornelissen
4d1c2334fb
Rebuild dist/index.js
2022-11-10 16:41:31 +01:00
Andrew
75a798584e
Fix link to ncc
2022-11-10 08:10:08 -07:00
Andrew
6f03ac92ad
Add link to ncc
2022-11-10 08:09:35 -07:00
Eric Cornelissen
d89d53a13f
Merge branch 'gitleaks:master' into 100-bump-actions-core
2022-11-10 09:45:25 +01:00
Zachary Rice
c2bd8d1433
Merge pull request #102 from gitleaks/feature/add-contributing-guidelines
...
Add contributing guidelines
2022-11-09 17:31:17 -06:00
Andrew Weiner
646a318983
Add contributing guidelines
2022-11-09 13:06:15 -07:00
Eric Cornelissen
4b3a2961b6
Bump actions/core from 1.9.1 to 1.10.0
...
(ordering of dependencies happened automatically when running the
`npm install` command.)
2022-10-16 13:38:05 +02:00
Zachary Rice
db8b5a8739
Update README.md
2022-10-11 14:14:40 -05:00
Zachary Rice
b342acc5b0
Update README.md
2022-10-11 14:14:15 -05:00
Zachary Rice
bbebae3a5f
Update gitleaks-action-HEAD.yml
2022-10-10 15:58:06 -05:00
Zachary Rice
1938557f6a
Merge pull request #98 from gitleaks/feature/switch-to-plaintext-fingerprint
...
Switch to plaintext fingerprint
v2.3.0
2022-10-10 12:17:29 -05:00
Andrew Weiner
bfdb0c4101
* For testing, update schedule to every 5 min and specific branch
2022-10-08 06:32:55 -07:00
Andrew Weiner
760be12f59
* Added .nvmrc to make explicit the node version we are using
...
* Reinstalled node modules with correct node version to hopefully fix package-lock.json
2022-10-08 06:03:15 -07:00
Andrew Weiner
bf0e1ce7d5
Switch to plaintext fingerprint
...
* Changed repo ("machine") fingerprint to plaintext full_name of repo
* This also allowed me to remove a lot of the code that was specific to
the schedule event.
* It looks like repository.html_url and repository.full_name are already
included in the schedule event:
https://github.com/dhimmel/dump-actions-context/actions/runs/3191708047/jobs/5208342350
(but we should test)
2022-10-06 21:01:56 -07:00
Zachary Rice
49667d3abb
Merge pull request #97 from gitleaks/eula-update-logo
...
Add logo use to EULA
2022-10-03 18:51:34 -05:00
Zachary Rice
003b226a53
Add logo use to EULA
2022-10-03 18:50:43 -05:00
Zachary Rice
8a86987f28
Update README.md
2022-10-02 18:35:50 -05:00
Zachary Rice
db42debcd0
Update v2.md
2022-10-02 18:32:08 -05:00
Zachary Rice
5b164e7732
Update README.md
2022-10-02 10:57:37 -05:00
Zachary Rice
e1be1161d0
Update README.md
2022-10-02 10:46:10 -05:00
Zachary Rice
c5bbd7e7a2
Update v2.md
2022-10-02 10:41:55 -05:00
Zachary Rice
a582622e4f
Update README.md
2022-10-02 10:39:36 -05:00
Zachary Rice
ae6bf9b9b8
Update README.md
2022-10-02 10:39:19 -05:00
Zachary Rice
e71a7a0343
Update README.md
2022-10-02 10:29:20 -05:00
Zachary Rice
5dc8de8339
Update README.md
2022-10-02 10:21:09 -05:00
Zachary Rice
4f05019d06
Merge pull request #95 from gitleaks/zricethezav-patch-1
...
Simplify readme
2022-10-02 08:31:11 -05:00
Zachary
ecf85cfb04
add blog link
2022-10-01 12:05:13 -05:00
Zachary
efe5ffa70a
add v2.md
2022-10-01 12:02:17 -05:00
Zachary Rice
cc2b1eca36
Simplify readme
2022-10-01 11:59:27 -05:00
Andrew
5b07ceca8a
Merge pull request #91 from gitleaks/feature/log-error-when-comment-fails
...
Log error when comment fails
v2.2.1
2022-09-25 15:25:46 -07:00
Andrew Weiner
fa1eaaee6d
Log error when comment fails
...
* Added error object to the log message when we catch an error from
createReviewComment
2022-09-25 15:23:17 -07:00
Zachary
5425999620
add schedule runs in readme and in repo testing
v2.2.0
2022-09-12 18:14:13 -05:00
Zachary
0fd1e83861
turn off scheduled runs
2022-09-12 11:41:42 -05:00
Zachary
1e3b8cf765
update gitleaksignore
2022-09-12 11:21:58 -05:00
Zachary
2d88c92382
backfill owner node id
2022-09-12 11:03:00 -05:00
Zachary
66419b9b23
turn off scheduled jobs by default for now
2022-09-12 09:42:48 -05:00
Zachary
296b94f898
noop
2022-09-12 09:28:45 -05:00
Zachary Rice
50ce0d0328
Merge pull request #90 from gitleaks/fix/url-schedule
...
populate html_url on scheduled runs
2022-09-12 09:05:58 -05:00
Zachary
2a1a5752f2
populate html_url on scheduled runs
2022-09-12 08:54:32 -05:00
Zachary Rice
7635e2fb60
Merge pull request #89 from gitleaks/feature/scheduled-runs
...
Feature/scheduled runs
2022-09-12 08:07:25 -05:00
Zachary
c0cd32370a
check event type earlier
2022-09-11 18:08:24 -05:00
Zachary
ad854b8000
sample cron
2022-09-09 11:21:06 -05:00
Zachary
e155d5505c
add support for scheduled runs
2022-09-09 11:20:23 -05:00
Zachary Rice
c367d6d908
Merge pull request #86 from gitleaks/bump-gitleaks-8_12_0
...
bumping gitleaks
v2.1.4
2022-09-08 07:49:16 -05:00
Zachary
ef8aee2f9f
remove secrets
2022-09-04 17:25:07 -05:00
Zachary
67efe2c013
just bump
2022-09-04 17:22:51 -05:00
Zachary
1bda8f4547
trying this combination
2022-09-04 17:12:59 -05:00