From 23bf5e86e608e22101d2a6d0291100220456e4fa Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 22 Feb 2024 09:20:51 -0500 Subject: [PATCH] Fix linting errors --- .github/linters/.checkov.yml | 3 +++ .github/workflows/example-workflow.yml | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 .github/linters/.checkov.yml diff --git a/.github/linters/.checkov.yml b/.github/linters/.checkov.yml new file mode 100644 index 0000000..2645248 --- /dev/null +++ b/.github/linters/.checkov.yml @@ -0,0 +1,3 @@ +quiet: true +skip-check: + - CKV_GHA_7 diff --git a/.github/workflows/example-workflow.yml b/.github/workflows/example-workflow.yml index b14ebb8..8853bc8 100644 --- a/.github/workflows/example-workflow.yml +++ b/.github/workflows/example-workflow.yml @@ -9,6 +9,10 @@ on: default: 'World' type: string +permissions: + actions: read + contents: read + jobs: say-hello: name: Say Hello