From 90a27977212d2d519dfd40b1638cb94528a5a99d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:35:38 +0000 Subject: [PATCH] Bump jitsecurity-controls/jit-github-action from 4.0.5 to 4.1.1 Bumps [jitsecurity-controls/jit-github-action](https://github.com/jitsecurity-controls/jit-github-action) from 4.0.5 to 4.1.1. - [Release notes](https://github.com/jitsecurity-controls/jit-github-action/releases) - [Commits](https://github.com/jitsecurity-controls/jit-github-action/compare/v4.0.5...v4.1.1) --- updated-dependencies: - dependency-name: jitsecurity-controls/jit-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/jit-security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 .github/workflows/jit-security.yml diff --git a/.github/workflows/jit-security.yml b/.github/workflows/jit-security.yml old mode 100755 new mode 100644 index ad2fbcf3b..b0e7e5c84 --- a/.github/workflows/jit-security.yml +++ b/.github/workflows/jit-security.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 20 steps: - name: enrichment - uses: jitsecurity-controls/jit-github-action@v4.0.5 + uses: jitsecurity-controls/jit-github-action@v4.1.1 with: security_control: registry.jit.io/control-enrichment-slim:latest @@ -27,7 +27,7 @@ jobs: timeout-minutes: 20 steps: - name: gitleaks - uses: jitsecurity-controls/jit-github-action@v4.0.5 + uses: jitsecurity-controls/jit-github-action@v4.1.1 with: security_control: registry.jit.io/control-gitleaks-alpine:latest security_control_output_file: /tmp/report.json \ No newline at end of file