Skip to content

Commit 31d95e4

Browse files
committed
KUBE-1098: add action
1 parent b526415 commit 31d95e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fossa.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
run-tests: true
2727

2828
- name: Docker pull for fossa main
29-
run: docker pull us-docker.pkg.dev/castai-hub/library/cluster-controller:$(git describe --tags)
29+
run: docker pull us-docker.pkg.dev/castai-hub/library/cluster-controller
3030

3131
- name: FOSSA scan docker image
3232
uses: fossas/fossa-action@main
3333
with:
3434
api-key: ${{ secrets.FOSSA_API_KEY }}
35-
container: us-docker.pkg.dev/castai-hub/library/cluster-controller:$(git describe --tags)
35+
container: us-docker.pkg.dev/castai-hub/library/cluster-controller
3636
run-tests: true
3737
debug: true

0 commit comments

Comments
 (0)