Skip to content

Commit

Permalink
Bump github/super-linter from 5 to 6 (#33)
Browse files Browse the repository at this point in the history
* Bump github/super-linter from 5 to 6

Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 6.
- [Release notes](https://github.com/github/super-linter/releases)
- [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md)
- [Commits](github/super-linter@v5...v6)

---
updated-dependencies:
- dependency-name: github/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update ci.yaml

* checkov lint

Signed-off-by: André Bauer <andre.bauer@staffbase.com>

* statuses write

Signed-off-by: André Bauer <andre.bauer@staffbase.com>

* foo

Signed-off-by: André Bauer <andre.bauer@staffbase.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: André Bauer <andre.bauer@staffbase.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
Co-authored-by: André Bauer <andre.bauer@staffbase.com>
  • Loading branch information
3 people authored Apr 29, 2024
1 parent 6be6e20 commit c038a52
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: ci

permissions: read-all

on:
pull_request:

Expand All @@ -12,12 +14,15 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter/slim@v5
uses: github/super-linter/slim@v6
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_SHELL_SHFMT: false

docker-build:
runs-on: ubuntu-22.04
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dependabot-auto-merge.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
---
name: dependabot-auto-merge

permissions: read-all

on:
pull_request:

jobs:
auto-merge:
permissions:
contents: write
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
name: Release Drafter

permissions:
contents: read

on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]

permissions:
contents: read

jobs:
update_release_draft:
permissions:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: release

permissions: read-all

on:
push:
branches:
Expand All @@ -10,6 +12,10 @@ on:

jobs:
docker-build-push:
permissions:
contents: read
id-token: write
packages: write
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ COPY self-heal.sh /self-heal.sh

CMD ["/bin/sh"]

#checkov:skip=CKV_DOCKER_2:We don't need Docker HEALTHCHECK in Kubernetes
#checkov:skip=CKV_DOCKER_3:Image inherits curl_user form base image

ENTRYPOINT ["/self-heal.sh"]
Empty file modified self-heal.sh
100644 → 100755
Empty file.

0 comments on commit c038a52

Please sign in to comment.