We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc1349 commit 2853047Copy full SHA for 2853047
1 file changed
.github/workflows/docker-image.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Run Bandit
54
id: bandit
55
run: |
56
- bandit -r linkedindumper.py --severity-level medium -f html -o bandit_report.html
+ bandit -r ikess.py --severity-level medium -f html -o bandit_report.html
57
58
- name: Upload Bandit report
59
if: failure()
@@ -95,7 +95,7 @@ jobs:
95
id: meta
96
with:
97
images: |
98
- docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/${{ env.REPO_NAME }}
+ ghcr.io/${{ secrets.DOCKER_HUB_USERNAME }}/${{ env.REPO_NAME }}
99
tags: |
100
latest
101
${{ needs.changelog.outputs.version }}
0 commit comments