Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/build_scan_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:
branches: #
- '*'

permissions:
contents: read
id-token: write
actions: write # For uploading artifacts

jobs:
build:
name: Build docker image
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/example_display_findings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branches: #
- '*'

permissions:
contents: read
id-token: write

jobs:
daily_job:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches: #
- '*'

permissions:
contents: read
id-token: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/scan_repo_with_semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Semgrep Scan

on: [push]

permissions:
contents: read

jobs:
semgrep:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
branches: #
- '*'

permissions:
contents: read
id-token: write

jobs:
daily_job:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
branches: #
- '*'

permissions:
contents: read
id-token: write

jobs:
daily_job:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
branches: #
- '*'

permissions:
contents: read
id-token: write

jobs:
daily_job:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_dockerfile_vulns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
branches: #
- '*'

permissions:
contents: read
id-token: write

jobs:
daily_job:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
branches:
- '*'

permissions:
contents: read
id-token: write

jobs:
daily_job:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_no_vulns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches: #
- '*'

permissions:
contents: read
id-token: write

jobs:
daily_job:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_reports_no_vulns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches: #
- '*'

permissions:
contents: read
id-token: write

jobs:
daily_job:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
branches: #
- '*'

permissions:
contents: read
id-token: write

jobs:
daily_job:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_vuln_thresholds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
branches: #
- '*'

permissions:
contents: read
id-token: write

jobs:
build:
name: Build docker image
Expand Down