Skip to content

Commit

Permalink
pr-fix: skip secret
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels committed Nov 1, 2024
1 parent d27e113 commit dd1f209
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
permissions:
actions: read
contents: read
security-events: write # checkov:skip=CKV2_GHA_1
# checkov:skip=CKV2_GHA_1
security-events: write

strategy:
fail-fast: false
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ env:
# or posted in a PR (pull_request)
APPLY_FIXES_MODE: commit

DISABLE_LINTERS: REPOSITORY_GRYPE, REPOSITORY_TRIVY, REPOSITORY_CHECKOV, COPYPASTE_JSCPD
DISABLE: REPOSITORY
DISABLE_LINTERS: COPYPASTE_JSCPD

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand All @@ -46,7 +47,8 @@ jobs:
# Give the default GITHUB_TOKEN write permission to commit and push, comment
# issues & post new PR; remove the ones you do not need
permissions:
pull-requests: write # checkov:skip=CKV2_GHA_1
# checkov:skip=CKV2_GHA_1
pull-requests: write

steps:

Expand Down
2 changes: 2 additions & 0 deletions build/variables/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# cspell:disable

variables:
Arcus.Testing.ResourceGroup.Name: 'arcus-testing-dev-we-rg'
Arcus.Testing.DataFactory.Name: 'arcus-testing-adf'
Expand Down

0 comments on commit dd1f209

Please sign in to comment.