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
Copy file name to clipboardExpand all lines: README.md
+16-17Lines changed: 16 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,13 +120,15 @@ Head to the repository where you are using the action, then `Settings` -> `Secre
120
120
Name the secret `FRIZBEE_TOKEN` and paste the token you created in the previous
121
121
step and select `Add secret`.
122
122
123
-
#### I don't have time for that
123
+
#### Minder
124
124
125
-
If you prefer to automate all of this, we recommend trying out [Minder cloud](https://cloud.stacklok.com), a free for Open Source SaaS solution built on the open source project Minder. This
126
-
way you can easily automate the process of pinning your actions and container
127
-
images. You can also do a lot more than that, like monitoring your dependencies,
128
-
scanning your code for vulnerabilities, and securing configuring your
129
-
repositories and GitHub Actions.
125
+
Frizbee is also a feature of the [Minder](https://github.com/mindersec/minder) Open Source project.
126
+
With Minder, you can also easily enable the automation of pinning your actions
127
+
and container images. You can also do a lot more, such as monitoring your
128
+
dependencies, scanning your code for vulnerabilities, and securing configuring
129
+
your repositories and GitHub Actions.
130
+
131
+
If you prefer to automate all of this via a hosted service, we recommend trying out the Minder cloud from [Custcodian](https://custcodian.dev/).
130
132
131
133
## Configuration
132
134
@@ -159,20 +161,17 @@ The Frizbee Action can be configured through the following inputs:
159
161
default: "false"
160
162
```
161
163
162
-
## Contributing
163
-
164
-
We welcome contributions to Frizbee Action. Please see our [Contributing](./CONTRIBUTING.md) guide for more information.
164
+
## Release Process
165
165
166
-
## Minder
166
+
To release a new version of the Frizbee Action, follow these steps:
167
+
1. Update the version in the `action.yml` file with the new version number you're about to release, i.e. `v0.0.3`.
168
+
2. Cut a new release by creating a release tagged with the new version number you just set in the `action.yml` file. For example, if you updated the version to `v0.0.3`, create a new release with the tag `v0.0.3`.
169
+
3. Once the release is created, the GitHub Actions workflow will automatically build the Docker image and push it to the GitHub Container Registry (GHCR).
167
170
168
-
Frizbee is also a feature of the [Minder](https://github.com/stacklok/minder) Open Source project.
169
-
With Minder, you can also easily enable the automation of pinning your actions
170
-
and container images. You can also do a lot more, such as monitoring your
171
-
dependencies, scanning your code for vulnerabilities, and securing configuring
172
-
your repositories and GitHub Actions.
171
+
## Contributing
173
172
174
-
Stacklok hosts a free (forever to open source projects) SaaS service available at [Minder Cloud](https://cloud.stacklok.com).
173
+
We welcome contributions to Frizbee Action. Please see our [Contributing](./CONTRIBUTING.md) guide for more information.
175
174
176
175
## License
177
176
178
-
Frizbee is licensed under the [Apache 2.0 License](./LICENSE).
177
+
Frizbee Action is licensed under the [Apache 2.0 License](./LICENSE).
0 commit comments