diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2024-05-30 08:38:19 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2024-05-30 08:38:19 -0400 |
| commit | c32bb5fff9825c986466e0480563854e4b6d610e (patch) | |
| tree | 3e79c8b3b8da5c99d93ea90ce5867c70d50cd1cb /.github | |
| parent | 0c12bec1eeac590bd298de297100780b05964c9b (diff) | |
ci: fix image-scan job name
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/image-scan.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/image-scan.yml b/.github/workflows/image-scan.yml index 78a4f2a3..6211e7da 100644 --- a/.github/workflows/image-scan.yml +++ b/.github/workflows/image-scan.yml @@ -7,7 +7,7 @@ on: branches: [ main ] jobs: - docker-build: + image-scan: permissions: security-events: write runs-on: ubuntu-latest |
