Skip to content

Commit

Permalink
Update cicd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bagel-dawg authored Jun 2, 2024
1 parent 1a047e1 commit 952bade
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ jobs:
run: |
docker build --no-cache -t ${IMAGE_NAME} -t localimage:localtag .
- name: Lacework scan
uses: lacework/lw-scanner-action@v1.4.1
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.20.0
with:
LW_ACCOUNT_NAME: ${{ secrets.LW_ACCOUNT_NAME }}
LW_ACCESS_TOKEN: ${{ secrets.LW_ACCESS_TOKEN }}
IMAGE_NAME: localimage
IMAGE_TAG: localtag
image-ref: 'localimage:localtag'

- name: Publish to Quay on Master
if: github.event.pull_request.merged == true
Expand Down

0 comments on commit 952bade

Please sign in to comment.