Skip to content

Commit b1e1d72

Browse files
author
Thomas Luijken
committed
Removed conditions for vulnernability scan
1 parent 6491879 commit b1e1d72

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/BUILD_AND_DEPLOY.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
6262
- uses: aquasecurity/trivy-action@master
6363
name: Vulnerability Scan
64-
if: inputs.build == 'true' && inputs.vulnerability_scan == 'true'
6564
with:
6665
image-ref: baseflow/oxybox:latest
6766
scanners: vuln #,config,secret
@@ -72,7 +71,6 @@ jobs:
7271
format: 'table'
7372

7473
- name: Push docker image
75-
if: inputs.build == 'true' && inputs.push == 'true'
7674
shell: bash
7775
run: |
7876
docker push baseflow/oxybox --all-tags

0 commit comments

Comments
 (0)