mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
fix(actions): Github token permissions (#1135)
This commit is contained in:
10
.github/workflows/build-lint-push-containers.yml
vendored
10
.github/workflows/build-lint-push-containers.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: build-lint-containers
|
||||
name: build-lint-push-containers
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -16,9 +16,13 @@ env:
|
||||
TEMPORARY_TAG: temporary
|
||||
DOCKERFILE_PATH: util/Dockerfile
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read # This is required for actions/checkout
|
||||
|
||||
jobs:
|
||||
# Lint Dockerfile using Hadolint
|
||||
# dockefile-linter:
|
||||
# dockerfile-linter:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# -
|
||||
@@ -39,7 +43,7 @@ jobs:
|
||||
|
||||
# Build Prowler OSS container
|
||||
container-build:
|
||||
# needs: dockefile-linter
|
||||
# needs: dockerfile-linter
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user