-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from konstruktoid/gha
add security policy and pin gha releases
- Loading branch information
Showing
5 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,6 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 'auto-assign issue' | ||
uses: pozil/[email protected] | ||
uses: pozil/auto-assign-issue@74b9f64cc1a08f99358061073e243a4c3d7dd5c4 # v1.11.0 | ||
with: | ||
assignees: konstruktoid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
The current [upstream](https://github.com/konstruktoid/ansible-role-dns) | ||
and the [latest published version](https://github.com/konstruktoid/ansible-role-dns/releases) are supported. | ||
|
||
## Reporting a Bug or Vulnerability | ||
|
||
If you found a bug or vulnerability or just something odd, feel free to submit a issue or improve the code by creating a pull request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ LABEL "com.github.actions.description"="Upstream main ansible-lint" | |
LABEL "com.github.actions.icon"="shield" | ||
LABEL "com.github.actions.color"="purple" | ||
|
||
LABEL "repository"="https://github.com/konstruktoid/ansible-role-hardening" | ||
LABEL "homepage"="https://github.com/konstruktoid/ansible-role-hardening" | ||
LABEL "repository"="https://github.com/konstruktoid/ansible-role-dns" | ||
LABEL "homepage"="https://github.com/konstruktoid/ansible-role-dns" | ||
LABEL "maintainer"="Thomas Sjögren <[email protected]>" | ||
|
||
ENV CRYPTOGRAPHY_DONT_BUILD_RUST 1 | ||
|