Commit Graph

101 Commits

Author SHA1 Message Date
Ethan Dennis
f2b271b769 Lint 2023-07-31 16:52:50 -07:00
Ethan Dennis
f6e39fd06c Avoid magic prefix parsing 2023-07-31 16:45:40 -07:00
Ethan Dennis
5b17fd0d81 Merge pull request #25 from ethanis/main
Support custom transformers for issue commands without arguments
2023-06-22 14:46:03 -07:00
Ethan Dennis
ec7557338f more cleanup 2023-06-22 19:08:24 +00:00
Ethan Dennis
693a56f007 Delete transformers.rb 2023-06-22 12:07:40 -07:00
Ethan Dennis
0ea5dfd9f4 Create transformers.rb 2023-06-22 12:05:35 -07:00
Ethan Dennis
fe6d1e8115 Output args for testing 2023-06-22 19:04:24 +00:00
Ethan Dennis
27832720d6 Add custom transformers to audit command 2023-06-22 18:19:35 +00:00
Ethan Dennis
2a1dea8358 Merge pull request #24 from ethanis/main
Address command injection concerns
2023-05-17 14:30:11 -07:00
Ethan Dennis
821f7fe05b Ensure variables are unique 2023-05-17 12:59:54 -07:00
Ethan Dennis
15f467cdf1 Ensure no new line chars in envs 2023-05-15 15:39:52 -07:00
Ethan Dennis
b0e1adc47c Add test coverage 2023-05-15 12:32:37 -07:00
Ethan Dennis
0a01e3e141 Write to random env variables 2023-05-15 10:58:01 -07:00
Ethan Dennis
dad867c7ca Run all scripts in a bash shell 2023-05-10 10:23:04 -07:00
Ethan Dennis
42968e9e3d Remove legacy token 2023-04-12 07:56:24 -07:00
Ethan Dennis
25d44abad3 Merge pull request #21 from actions/dependabot/bundler/activesupport-7.0.4.3
Bump activesupport from 7.0.3 to 7.0.4.3
2023-04-07 12:03:54 -07:00
Ethan Dennis
6fa09d99c0 Merge branch 'main' into dependabot/bundler/activesupport-7.0.4.3 2023-04-07 12:03:20 -07:00
Ethan Dennis
1dc8af8c9a Merge pull request #22 from sukumarp2022/patch-1
Update issue_ops.yml
2023-04-07 12:02:03 -07:00
Ethan Dennis
0cab0b00a6 Update documentation 2023-04-07 11:58:50 -07:00
sukumarp2022
261e4ce71d Update issue_ops.yml
Unable to access `JENKINS_INSTANCE_URL` using `secrets.`. Instead, we should be using `vars.` as it was suggested to add the variable as variable, not as secret.
2023-04-07 11:31:03 +05:30
dependabot[bot]
529fb3480b Bump activesupport from 7.0.3 to 7.0.4.3
Bumps [activesupport](https://github.com/rails/rails) from 7.0.3 to 7.0.4.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v7.0.3...v7.0.4.3)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 23:07:54 +00:00
Ethan Dennis
f5fc2781a3 Merge pull request #17 from actions/update-for-ga
updates for ga
2023-03-01 07:29:14 -08:00
Ethan Dennis
9febb0b1df Merge branch 'main' into update-for-ga 2023-02-28 16:02:34 -08:00
Ethan Dennis
36b6ee602c remove ghcr secrets 2023-02-28 16:02:22 -08:00
Ethan Dennis
3a3726bc1f Merge pull request #18 from jongwooo/chore/replace-deprecated-command-with-environment-file
Replace deprecated command with environment file
2023-02-28 09:22:31 -08:00
Ethan Dennis
6acf71f389 more updates for setting output 2023-02-28 09:18:02 -08:00
Jongwoo Han
94acf2f4f2 Replace deprecated command with environment file 2023-02-28 00:11:35 +09:00
Jennifer Kerns
90bbba5446 updates for ga 2023-02-22 14:59:11 -08:00
Ethan Dennis
0b9496f7bc Merge pull request #15 from tspascoal/add-actions-permisions
Add information about Actions Permissions
2023-02-01 10:29:38 -08:00
Ethan Dennis
554163e338 Update Readme.md 2023-02-01 10:29:02 -08:00
Tiago Pascoal
4981ee42c5 Add information about Actions Permissions 2023-01-27 14:49:18 +00:00
Ethan Dennis
59a9f9ac5d Merge pull request #13 from tspascoal/improve-templates-consistency
Improve consistency of issue templates
2023-01-12 10:28:14 -08:00
Tiago Pascoal
fba0aa5993 Improve consistency of issue templates
The content to be replaced is now on the same line for (Azure Devops, CircleCI and Jenkins). Since we expect values to be on the same line as the attributes, some templates were putting into on different line which might confuse users

Issue templates for different providers are more consistent with similar wording for the inputs
2023-01-12 18:19:24 +00:00
Luke Cheung Engle
b6985e7dd4 Merge pull request #9 from collinmcneese/cm/updates
provider update for label parsing
2023-01-09 15:24:52 -08:00
Luke Cheung Engle
8febeec229 Merge branch 'main' into cm/updates 2023-01-09 15:24:12 -08:00
Luke Cheung Engle
ce8b59d859 Merge pull request #10 from collinmcneese/cm/gitlab
GitLab Updates
2023-01-09 15:23:53 -08:00
Collin McNeese
5f9868e709 updates gitlab issue template
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-12-21 10:37:09 -06:00
Collin McNeese
bf6eebd7e7 adds gitlab_instance_url env to issue_ops
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-12-21 10:36:06 -06:00
Collin McNeese
c5358cec7d fixes provider_spec to match real data input format
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-12-21 09:52:36 -06:00
Collin McNeese
4e9610599b provider update for label parsing
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-12-21 09:40:18 -06:00
Ethan Dennis
7e77a14230 Merge pull request #8 from actions/injection-mitigation
Further command injection mitigation
2022-12-14 13:05:10 -08:00
Matisse Hack
8b674ba4b4 Further command injection mitigation 2022-12-14 12:51:00 -08:00
Ethan Dennis
a6eac1f5b7 Merge pull request #7 from actions/command-injection-bounty
Mitigate command injection vulnerability
2022-12-13 10:55:26 -08:00
Ethan Dennis
630b7bbd94 Mitigate command injection bounty 2022-12-13 10:10:15 -08:00
Ethan Dennis
f9e0aa0d46 Merge pull request #6 from collinmcneese/cm/ghes
Self-Hosted Runner Updates
2022-12-13 10:01:14 -08:00
Collin McNeese
b80338290f remove actions-ecosystem deps
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-12-12 11:22:41 -06:00
Collin McNeese
35c0303549 check for actions-importer extension
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-12-12 11:20:09 -06:00
Ethan Dennis
a1be7421bf Merge pull request #5 from collinmcneese/cm/ghes
Adds doc notes for supporting GHES and self-hosted runners
2022-12-07 13:42:49 -08:00
Ethan Dennis
051535a77b Apply suggestions from code review 2022-12-07 09:54:33 -08:00
Collin McNeese
dacf03f649 Adds doc notes for supporting GHES and self-hosted runners
Signed-off-by: Collin McNeese <collinmcneese@github.com>
2022-12-07 08:56:23 -06:00