Skip to content

Commit 4bfa16d

Browse files
committed
Merge branch 'gotzon.illarramendi/sts-keys' of github.com:DataDog/datadog-static-analyzer into gotzon.illarramendi/sts-keys
2 parents e147cf0 + 2694c8b commit 4bfa16d

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/coverage.yaml.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
coverage:
77
runs-on: ubuntu-latest
88
permissions:
9+
contents: read # Needed by actions/checkout
910
id-token: write # Needed to federate tokens
1011
env:
1112
CARGO_TERM_COLOR: always

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
test_scripts:
1515
runs-on: ubuntu-latest
1616
permissions:
17+
contents: read # Needed by actions/checkout
1718
id-token: write # Needed to federate tokens
1819
env:
1920
DD_SITE: ${{ vars.DD_SITE }}

.github/workflows/rust.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
name: ${{ matrix.config.gha_alias }}${{ matrix.cargo_cmd.gha_alias }}
2727
runs-on: ${{ matrix.config.os }}
2828
permissions:
29+
contents: read # Needed by actions/checkout
2930
id-token: write # Needed to federate tokens
3031
env:
3132
DD_SITE: ${{ vars.DD_SITE }}

.github/workflows/sca.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
name: Datadog SBOM Generation and Upload
1212
permissions:
13+
contents: read # Needed by actions/checkout to read repository contents
1314
id-token: write # Needed to federate tokens
1415
steps:
1516
- name: Get Datadog credentials

0 commit comments

Comments
 (0)