diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index 0cfd639..b0d59ba 100644 --- a/.github/workflows/prevent-file-change.yml +++ b/.github/workflows/prevent-file-change.yml @@ -2,15 +2,22 @@ name: prevent-file-change "on": - pull_request: + pull_request_target: types: - opened - reopened - edited - synchronize +permissions: + contents: read + pull-requests: write + jobs: prevent-file-change: + permissions: + contents: read + pull-requests: write uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.3 secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index ac5076b..dab6440 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -1,4 +1,5 @@ config: + ul-style: false # MD004 - release-please generates "*" in CHANGELOG.md ul-indent: false # MD007 line-length: false # MD013 no-duplicate-heading: false # MD024 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3164234..2655281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,7 +70,7 @@ Standardise files with files in sous-chefs/repo-management * Standardise files with files in sous-chefs/repo-management * Partially modernize cookbook - - Refactor library helper + * Refactor library helper * Properly set repositories for various supported platforms * Cleanup and Fix CI * Add support to various platforms @@ -136,11 +136,11 @@ Standardise files with files in sous-chefs/repo-management ## [1.1.0] - 2018-08-13 * README Updates: - - Fix broken links - - Add reference to Wazzuh + * Fix broken links + * Add reference to Wazzuh * General updates to cookbook - - Remove EOL distros - - Update for current supported Chef version (13) + * Remove EOL distros + * Update for current supported Chef version (13) ## [1.0.5] - 2014-04-15