Skip to content

Commit

Permalink
still missing
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelknafo committed Feb 14, 2025
1 parent 18d157c commit a6cc024
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/devopsshield-cst-chain-bench.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Last applied at: Fri, 14 Feb 2025 02:09:46 GMT
# Last applied at: Fri, 14 Feb 2025 02:09:46 GMT
# DevOps Shield - The ultimate DevSecOps platform designed to secure your DevOps.
# https://devopsshield.com
##############################################################
Expand Down Expand Up @@ -46,11 +46,18 @@ jobs:

runs-on: ubuntu-latest

# It is required to provide an access token with permission to these scopes: repo(all), read:repo_hook, admin:org_hook, read:org
permissions:
# It is required to provide an access token with permission to these scopes: repo(all), read:repo_hook, admin:org_hook, read:org
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
contents: read
issues: read
pull-requests: read
repository-projects: read
security-events: read
statuses: read
discussions: read
packages: read
pages: read
deployments: read

steps:
- name: Chain Bench
Expand Down

0 comments on commit a6cc024

Please sign in to comment.