Skip to content

Commit

Permalink
Merge branch 'main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo authored Jan 29, 2024
2 parents ba0e424 + e77c61b commit b8a1c1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/infra-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ on:
working-directory:
type: string
default: "."
secrets:
github-token:
required: false

jobs:
infra-security-scan:
Expand All @@ -40,7 +37,7 @@ jobs:
output_path: ${{ inputs.working-directory }}/results.sarif
fail_on: high,medium
output_formats: "sarif"
token: ${{ secrets.github-token }}
token: ${{ github.token }}
enable_comments: ${{ inputs.enable-comments }}
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@4b6aa0b07da05d6e43d0e5f9c8596a6532ce1c85
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/local-kicks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ concurrency:
jobs:
infra-scan:
uses: notdodo/github-actions/.github/workflows/infra-security-scan.yml@main
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b8a1c1c

Please sign in to comment.