From 20f489be797c9f70a6d5ad2e5155aff1e0c559ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 01:33:46 +0000 Subject: [PATCH] Bump jitsecurity-controls/jit-github-action from 4.0.5 to 4.2.2 Bumps [jitsecurity-controls/jit-github-action](https://github.com/jitsecurity-controls/jit-github-action) from 4.0.5 to 4.2.2. - [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.2.2) --- 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..49e4a2479 --- 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.2.2 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.2.2 with: security_control: registry.jit.io/control-gitleaks-alpine:latest security_control_output_file: /tmp/report.json \ No newline at end of file