You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: upgrade to go 1.25, rename module to fwdcloudsec (#913)
* chore: upgrade to go 1.25, rename module to fwdcloudsec
Upgrade Go from 1.23 to 1.25.5. Rename module path from
github.com/common-fate/granted to github.com/fwdcloudsec/granted
across the entire codebase.
* fix: add shellcheck SC3012 disable for zsh-specific comparison
Copy file name to clipboardExpand all lines: .github/DISCUSSION_TEMPLATE/issue-triage.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ body:
4
4
attributes:
5
5
value: |
6
6
> [!IMPORTANT]
7
-
> Please read through [the code of conduct](https://github.com/common-fate/granted/blob/main/CODE_OF_CONDUCT.md), and check for both existing [Discussions](https://github.com/common-fate/granted/discussions?discussions_q=) and [Issues](https://github.com/common-fate/granted/issues?q=sort%3Areactions-desc) prior to opening a new Discussion.
7
+
> Please read through [the code of conduct](https://github.com/fwdcloudsec/granted/blob/main/CODE_OF_CONDUCT.md), and check for both existing [Discussions](https://github.com/fwdcloudsec/granted/discussions?discussions_q=) and [Issues](https://github.com/fwdcloudsec/granted/issues?q=sort%3Areactions-desc) prior to opening a new Discussion.
8
8
- type: markdown
9
9
attributes:
10
10
value: "# Issue Details"
@@ -113,7 +113,7 @@ body:
113
113
value: |
114
114
# User Acknowledgements
115
115
> [!TIP]
116
-
> Use these links to review the existing Granted [Discussions](https://github.com/common-fate/granted/discussions?discussions_q=) and [Issues](https://github.com/common-fate/granted/issues?q=sort%3Areactions-desc).
116
+
> Use these links to review the existing Granted [Discussions](https://github.com/fwdcloudsec/granted/discussions?discussions_q=) and [Issues](https://github.com/fwdcloudsec/granted/issues?q=sort%3Areactions-desc).
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Granted is a command line interface (CLI) application which simplifies access to
34
34
35
35
Granted supports MacOS, Linux, and Windows. Our Windows support is less extensively tested than other platforms so if you run into any problems please [let us know](https://join.slack.com/t/commonfatecommunity/shared_invite/zt-q4m96ypu-_gYlRWD3k5rIsaSsqP7QMg).
36
36
37
-
Currently Granted supports accessing roles in AWS. If you'd like to see support for another cloud provider please [open an issue](https://github.com/common-fate/granted/issues/new)!
37
+
Currently Granted supports accessing roles in AWS. If you'd like to see support for another cloud provider please [open an issue](https://github.com/fwdcloudsec/granted/issues/new)!
0 commit comments