Skip to content

Commit

Permalink
Merge pull request #23 from konstruktoid/gha
Browse files Browse the repository at this point in the history
add security policy and pin gha releases
  • Loading branch information
konstruktoid authored Mar 16, 2023
2 parents 46b1d30 + 0a46a95 commit cdee341
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/slsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
shell: bash

- name: Checkout repository
uses: actions/checkout@master
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # master

- name: Build artifacts
run: |
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
shell: bash

- name: Download ${{ env.REPOSITORY_NAME }}.sha256
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281 # v2.1.1
with:
name: ${{ env.REPOSITORY_NAME }}.sha256

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ running as a local DNS on a small network.

> **Note**
>
> This is currently a skeleton repository, do not use.
> Do not use this role without first testing in a non-operational environment.
## Defaults

Expand Down
10 changes: 10 additions & 0 deletions SECURITY.md
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.
4 changes: 2 additions & 2 deletions action-lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdee341

Please sign in to comment.