From a42b3fbdd4fadc280108c108a835eb4bfd0e5bad Mon Sep 17 00:00:00 2001 From: Anchorfree Jenkins Date: Mon, 15 Apr 2024 08:53:27 +0000 Subject: [PATCH] Workflows updated from AnchorFree/workflows:a53196f --- .github/workflows/hadolint.yml | 2 +- .github/workflows/trivy.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 0bfca66..b3bd668 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -12,7 +12,7 @@ jobs: - name: Check out code uses: actions/checkout@v3 - name: Scanning the dockerfile - uses: reviewdog/action-hadolint@v1.34.1 + uses: reviewdog/action-hadolint@v1.35.0 with: reporter: github-pr-review filter_mode: file diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index f511f79..d185ea0 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -32,14 +32,14 @@ jobs: run: git lfs checkout - name: Run Trivy vulnerability scanner in repo mode (table) - uses: aquasecurity/trivy-action@0.10.0 + uses: aquasecurity/trivy-action@0.11.2 with: scan-type: 'fs' ignore-unfixed: true format: 'table' - name: Run Trivy vulnerability scanner in repo mode (sarif) - uses: aquasecurity/trivy-action@0.10.0 + uses: aquasecurity/trivy-action@0.11.2 with: scan-type: 'fs' ignore-unfixed: true @@ -72,14 +72,14 @@ jobs: run: | docker build -t ${{ github.sha }} . - name: Run Trivy vulnerability scanner in image mode (table output) - uses: aquasecurity/trivy-action@0.10.0 + uses: aquasecurity/trivy-action@0.11.2 with: image-ref: '${{ github.sha }}' ignore-unfixed: true format: 'table' - name: Run Trivy vulnerability scanner in image mode (sarif output) - uses: aquasecurity/trivy-action@0.10.0 + uses: aquasecurity/trivy-action@0.11.2 with: image-ref: '${{ github.sha }}' ignore-unfixed: true