Skip to content

Commit

Permalink
make super-linter pass
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse authored Oct 27, 2024
1 parent 8f4a92c commit 443ba0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Lint Code Base

on: pull_request

permissions: read-all

jobs:
build:
name: Lint Code Base
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
workflow_dispatch:
pull_request:

permissions: read-all

jobs:
docker-build:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#checkov:skip=CKV_DOCKER_2
#checkov:skip=CKV_DOCKER_3
FROM alpine:3.20

RUN apk add --update --no-cache gettext
Expand Down

0 comments on commit 443ba0f

Please sign in to comment.