diff --git a/.github/workflows/container-scan.yml b/.github/workflows/container-scan.yml index 022586a..f0e3b56 100644 --- a/.github/workflows/container-scan.yml +++ b/.github/workflows/container-scan.yml @@ -8,6 +8,11 @@ jobs: container-scan: name: Container Scan runs-on: ubuntu-latest + permissions: + security-events: write + actions: read + contents: read + steps: - name: Checkout code uses: actions/checkout@v4