We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ff887 commit c89c937Copy full SHA for c89c937
.github/workflows/container-vulnerability-scan.yaml
@@ -41,9 +41,7 @@ jobs:
41
- name: Set up Docker Buildx
42
uses: docker/setup-buildx-action@v2
43
- name: Login to DockerHub container registry
44
- if: ${{ inputs.login_dockerhub }} &&
45
- ${{ secrets.DOCKERHUB_USERNAME }} != null &&
46
- ${{ secrets.DOCKERHUB_PASSWORD }} != null
+ if: ${{ inputs.login_dockerhub }} == true
47
uses: docker/login-action@v2
48
with:
49
username: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments