Skip to content

Commit 2593353

Browse files
committed
Fix docker image scan action
1 parent 89d5855 commit 2593353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scheduled-snyk-docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ env:
1010
REPOSITORY: ${{ github.repository }}
1111
IMAGES: >-
1212
[{
13-
'name': 'authorizer-app-backend',
13+
'name': 'radar-rest-source-auth-backend',
1414
'build_file': 'authorizer-app-backend/Dockerfile'
1515
},{
16-
'name': 'authorizer-app',
16+
'name': 'radar-rest-source-authorizer',
1717
'build_file': 'authorizer-app/Dockerfile'
1818
}]
1919

0 commit comments

Comments
 (0)