0
0
mirror of https://github.com/saltstack-formulas/sysctl-formula.git synced 2026-07-08 08:42:39 +02:00

Merge pull request #45 from saltstack-formulas/renovate/https-github.com-dafyddj-copier-ssf-ci-2.x

chore(copier): update template https://github.com/dafyddj/copier-ssf-ci to v2.11.3
This commit is contained in:
Dafydd Jones 2026-07-07 00:54:50 +01:00 committed by GitHub
commit c5aa682d61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 157 additions and 189 deletions

View File

@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v2.11.2
_commit: v2.11.3
_src_path: https://github.com/dafyddj/copier-ssf-ci
failure_permitted_ignored: []
failure_permitted_patterns: []

View File

@ -25,20 +25,20 @@ jobs:
name: Lint / `pre-commit`
needs: should-run
if: fromJSON(needs.should-run.outputs.should-run)
container: techneg/ci-pre-commit:v2.5.47@sha256:d73cd0b63eb950a8b8bac3e5a20ec06c4224597681d921dd7ce803fbf5924465
container: techneg/ci-pre-commit:v2.5.48@sha256:7a263ee75dcaee23c52452bba7c8598caf2ec3a37f62a89cc9073961abf258cc
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- run: | # Needed because of bug #2031 in `actions/checkout`
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
fetch-tags: true
filter: tree:0
- name: Export `CI_CACHE_ID` from container
run: echo "CI_CACHE_ID=$(cat /.ci_cache_id)" >> $GITHUB_ENV
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ~/.cache/pre-commit
key: "${{ env.CI_CACHE_ID }}|\
@ -61,13 +61,13 @@ jobs:
issues: write
pull-requests: write
checks: read
container: techneg/ci-semantic-release:v1.2.45@sha256:39e80afd903fd70dbeb8c9dc455a58acdf97e39d0283c15af126ecc34facfcfc
container: techneg/ci-semantic-release:v1.2.46@sha256:ca3c9c8f0a5b0965789d9472adfe456ceec789adeec2f2122ee1c267e532c787
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- run: | # Needed due to bug actions/checkout#2031
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
# yamllint disable-line rule:line-length
- uses: poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0
with:

View File

@ -15,15 +15,15 @@
stage_test: &stage_test 'test'
# `image`
# yamllint disable rule:line-length
image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.144@sha256:17a84d5fe3f9debb55efa93387d0286d0c9ca4451efa8a08d58e417db0b12805'
image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.114@sha256:9eb3c93cd2c495b64c9f9776a9053d529a07460506b0b684ef3ca8220632e034'
image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.114@sha256:9eb3c93cd2c495b64c9f9776a9053d529a07460506b0b684ef3ca8220632e034'
image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.5.47@sha256:d73cd0b63eb950a8b8bac3e5a20ec06c4224597681d921dd7ce803fbf5924465'
image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.145@sha256:aee27ba527e1e3121a500f6c205a6ee4681deb276a10b277c7a5f78d42732776'
image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.115@sha256:2d00fbc875ad5022fc6fe7d8f4806b327171de16516f11d92c1342756b0908a0'
image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.115@sha256:2d00fbc875ad5022fc6fe7d8f4806b327171de16516f11d92c1342756b0908a0'
image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.5.48@sha256:7a263ee75dcaee23c52452bba7c8598caf2ec3a37f62a89cc9073961abf258cc'
image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:a2abed57112d1931b77b30138d8f6a211303f10f2d03d42513cfbe7de1e25963'
image_semantic-release: &image_semanticrelease 'techneg/ci-semantic-release:v1.2.45@sha256:39e80afd903fd70dbeb8c9dc455a58acdf97e39d0283c15af126ecc34facfcfc'
image_semantic-release: &image_semanticrelease 'techneg/ci-semantic-release:v1.2.46@sha256:ca3c9c8f0a5b0965789d9472adfe456ceec789adeec2f2122ee1c267e532c787'
# `services`
services_docker_dind: &services_docker_dind
- 'docker:29.5.3-dind@sha256:7278248384185bcbb54c7a76b2f0a7d354c4aac920605cc1ab48968d961052fb'
- 'docker:29.6.1-dind@sha256:66d292e5c26bd33a6f6f61cacb880de2186339a524ecba1ce098dbbaceed6515'
# yamllint enable rule:line-length
# `variables`
# https://forum.gitlab.com/t/gitlab-com-ci-caching-rubygems/5627/3
@ -86,6 +86,10 @@ build-cache:
commitlint:
extends: '.lint_job'
image: *image_commitlint
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: never
- when: on_success
script:
# Add `upstream` remote to get access to `upstream/master`
- 'git remote add upstream

View File

@ -100,12 +100,12 @@ repos:
)$
additional_dependencies: [pygments==2.16.1]
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 43.227.0
rev: 43.249.0
hooks:
- id: renovate-config-validator
name: Check Renovate config with renovate-config-validator
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.3
rev: 0.37.4
hooks:
- id: check-github-workflows
name: Check GitHub workflows with check-jsonschema

14
Gemfile
View File

@ -2,7 +2,7 @@
# This is a placeholder version to remind us to update the Gemfile
# when a new stable Chef Workstation is released
# renovate: chef-workstation 25.13.7
# renovate: chef-workstation 25.14.2
source ENV.fetch('PROXY_RUBYGEMSORG', 'https://rubygems.org')
@ -12,16 +12,16 @@ source ENV.fetch('PROXY_RUBYGEMSORG', 'https://rubygems.org')
gem 'inspec', git: 'https://gitlab.com/saltstack-formulas/infrastructure/inspec', branch: 'ssf'
# rubocop:enable Layout/LineLength
# Install the `kitchen-docker` gem using `git` in order to gain a performance
# improvement: avoid package installations which are already covered by the
# `salt-image-builder` (i.e. the pre-salted images that we're using)
# Install the `kitchen-docker` gem using `git` in order to avoid an upstream
# error caused by `kitchen-docker.gemspec`.
# TODO: correct the error upstream
# rubocop:disable Layout/LineLength
gem 'kitchen-docker', git: 'https://github.com/test-kitchen/kitchen-docker', ref: '511e4ad36856b9e2eccceb56603586e6cebd296a'
gem 'kitchen-docker', git: 'https://github.com/dafyddj/kitchen-docker', branch: 'chore/gemspec'
# rubocop:enable Layout/LineLength
gem 'kitchen-inspec', '3.1.0'
gem 'kitchen-salt', '0.7.2'
gem 'net-ssh', '7.3.0'
gem 'net-ssh', '7.3.2'
gem 'test-kitchen', '3.9.1'
gem 'test-kitchen', '4.0.0'

View File

@ -1,10 +1,10 @@
GIT
remote: https://github.com/test-kitchen/kitchen-docker
revision: 511e4ad36856b9e2eccceb56603586e6cebd296a
ref: 511e4ad36856b9e2eccceb56603586e6cebd296a
remote: https://github.com/dafyddj/kitchen-docker
revision: d3289fb1d2c3a7bd52085f53bc856384c2cc2298
branch: chore/gemspec
specs:
kitchen-docker (3.0.0)
test-kitchen (>= 1.0.0, < 4.0)
test-kitchen (>= 1.0.0, < 5.0)
GIT
remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
@ -67,9 +67,9 @@ GEM
public_suffix (>= 2.0.2, < 8.0)
ast (2.4.3)
aws-eventstream (1.4.0)
aws-partitions (1.1241.0)
aws-sdk-account (1.56.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-partitions (1.1262.0)
aws-sdk-account (1.60.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-alexaforbusiness (1.71.0)
aws-sdk-core (~> 3, >= 3.193.0)
@ -77,17 +77,17 @@ GEM
aws-sdk-amplify (1.32.0)
aws-sdk-core (~> 3, >= 3.120.0)
aws-sigv4 (~> 1.1)
aws-sdk-apigateway (1.133.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-apigateway (1.136.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-apigatewayv2 (1.92.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-apigatewayv2 (1.95.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-applicationautoscaling (1.51.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-athena (1.118.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-athena (1.122.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-autoscaling (1.92.0)
aws-sdk-core (~> 3, >= 3.176.0)
@ -95,41 +95,41 @@ GEM
aws-sdk-batch (1.73.0)
aws-sdk-core (~> 3, >= 3.176.0)
aws-sigv4 (~> 1.1)
aws-sdk-budgets (1.105.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-budgets (1.110.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-cloudformation (1.150.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-cloudformation (1.154.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-cloudfront (1.143.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-cloudfront (1.150.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-cloudhsm (1.83.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-cloudhsm (1.87.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-cloudhsmv2 (1.89.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-cloudhsmv2 (1.93.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-cloudtrail (1.120.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-cloudtrail (1.124.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-cloudwatch (1.134.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-cloudwatch (1.140.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-cloudwatchevents (1.62.0)
aws-sdk-core (~> 3, >= 3.176.0)
aws-sigv4 (~> 1.1)
aws-sdk-cloudwatchlogs (1.147.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-cloudwatchlogs (1.157.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-codecommit (1.97.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-codecommit (1.101.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-codedeploy (1.97.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-codedeploy (1.101.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-codepipeline (1.113.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-codepipeline (1.117.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-cognitoidentity (1.45.0)
aws-sdk-core (~> 3, >= 3.176.0)
@ -137,10 +137,10 @@ GEM
aws-sdk-cognitoidentityprovider (1.76.0)
aws-sdk-core (~> 3, >= 3.176.0)
aws-sigv4 (~> 1.1)
aws-sdk-configservice (1.148.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-configservice (1.153.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.246.0)
aws-sdk-core (3.252.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
@ -148,47 +148,47 @@ GEM
bigdecimal
jmespath (~> 1, >= 1.6.1)
logger
aws-sdk-costandusagereportservice (1.86.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-costandusagereportservice (1.90.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-databasemigrationservice (1.80.0)
aws-sdk-core (~> 3, >= 3.176.0)
aws-sigv4 (~> 1.1)
aws-sdk-dynamodb (1.165.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-dynamodb (1.169.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-ec2 (1.613.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-ec2 (1.625.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-ecr (1.125.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-ecr (1.130.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-ecrpublic (1.63.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-ecrpublic (1.67.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-ecs (1.229.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-ecs (1.238.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-efs (1.108.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-efs (1.112.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-eks (1.163.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-eks (1.170.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-elasticache (1.141.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-elasticache (1.146.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-elasticbeanstalk (1.101.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-elasticbeanstalk (1.105.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-elasticloadbalancing (1.87.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-elasticloadbalancing (1.91.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-elasticloadbalancingv2 (1.149.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-elasticloadbalancingv2 (1.153.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-elasticsearchservice (1.118.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-elasticsearchservice (1.122.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-emr (1.53.0)
aws-sdk-core (~> 3, >= 3.121.2)
@ -196,38 +196,38 @@ GEM
aws-sdk-eventbridge (1.46.0)
aws-sdk-core (~> 3, >= 3.176.0)
aws-sigv4 (~> 1.1)
aws-sdk-firehose (1.106.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-firehose (1.111.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-glue (1.145.0)
aws-sdk-core (~> 3, >= 3.176.0)
aws-sigv4 (~> 1.1)
aws-sdk-guardduty (1.147.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-guardduty (1.155.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-iam (1.142.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-iam (1.148.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-kafka (1.109.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-kafka (1.115.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-kinesis (1.98.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-kinesis (1.102.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-kms (1.124.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-kms (1.129.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-lambda (1.178.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-lambda (1.185.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-mq (1.40.0)
aws-sdk-core (~> 3, >= 3.120.0)
aws-sigv4 (~> 1.1)
aws-sdk-networkfirewall (1.87.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-networkfirewall (1.91.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-networkmanager (1.78.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-networkmanager (1.81.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-organizations (1.77.0)
aws-sdk-core (~> 3, >= 3.176.0)
@ -235,23 +235,23 @@ GEM
aws-sdk-ram (1.26.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-rds (1.311.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-rds (1.316.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-redshift (1.157.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-redshift (1.161.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-route53 (1.132.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-route53 (1.136.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-route53domains (1.92.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-route53domains (1.97.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-route53resolver (1.95.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-route53resolver (1.101.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.220.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-s3 (1.226.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sdk-s3control (1.43.0)
@ -260,8 +260,8 @@ GEM
aws-sdk-secretsmanager (1.46.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-securityhub (1.154.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-securityhub (1.158.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-servicecatalog (1.60.0)
aws-sdk-core (~> 3, >= 3.112.0)
@ -269,8 +269,8 @@ GEM
aws-sdk-ses (1.41.0)
aws-sdk-core (~> 3, >= 3.120.0)
aws-sigv4 (~> 1.1)
aws-sdk-shield (1.94.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-shield (1.98.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-signer (1.32.0)
aws-sdk-core (~> 3, >= 3.120.0)
@ -281,14 +281,14 @@ GEM
aws-sdk-sms (1.77.0)
aws-sdk-core (~> 3, >= 3.231.0)
aws-sigv4 (~> 1.1)
aws-sdk-sns (1.113.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-sns (1.117.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-sqs (1.112.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-sqs (1.116.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-ssm (1.212.0)
aws-sdk-core (~> 3, >= 3.244.0)
aws-sdk-ssm (1.216.0)
aws-sdk-core (~> 3, >= 3.248.0)
aws-sigv4 (~> 1.5)
aws-sdk-states (1.39.0)
aws-sdk-core (~> 3, >= 3.112.0)
@ -317,15 +317,14 @@ GEM
ms_rest_azure (~> 0.12.0)
base64 (0.3.0)
bcrypt_pbkdf (1.1.2)
bcrypt_pbkdf (1.1.2-x64-mingw-ucrt)
benchmark (0.5.0)
bigdecimal (4.1.2)
bson (4.15.0)
builder (3.3.0)
cgi (0.5.1)
chef-config (19.2.110)
cgi (0.5.2)
chef-config (19.3.15)
addressable
chef-utils (= 19.2.110)
chef-utils (= 19.3.15)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
@ -337,7 +336,7 @@ GEM
chef-telemetry (1.1.1)
chef-config
concurrent-ruby (~> 1.0)
chef-utils (19.2.110)
chef-utils (19.3.15)
concurrent-ruby
chef-winrm (2.5.0)
builder (>= 2.1.2)
@ -361,7 +360,7 @@ GEM
logging (>= 1.6.1, < 3.0)
rubyzip (~> 2.0)
coderay (1.1.3)
concurrent-ruby (1.3.6)
concurrent-ruby (1.3.7)
connection_pool (2.5.5)
cookstyle (8.6.10)
rubocop (= 1.84.2)
@ -378,9 +377,9 @@ GEM
erb (4.0.4.1)
cgi (>= 0.3.3)
erubi (1.13.1)
excon (1.4.2)
excon (1.5.0)
logger
faraday (1.10.5)
faraday (1.10.6)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
@ -411,9 +410,6 @@ GEM
faraday_middleware (1.0.0)
faraday (~> 1.0)
ffi (1.17.4)
ffi (1.17.4-x64-mingw-ucrt)
ffi-win32-extensions (1.0.4)
ffi
fuzzyurl (0.9.0)
google-apis-admin_directory_v1 (0.46.0)
google-apis-core (>= 0.11.0, < 2.a)
@ -423,14 +419,14 @@ GEM
google-apis-core (>= 0.11.0, < 2.a)
google-apis-compute_v1 (0.83.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-core (0.11.3)
google-apis-core (0.18.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
googleauth (~> 1.9)
httpclient (>= 2.8.3, < 3.a)
mini_mime (~> 1.0)
mutex_m
representable (~> 3.0)
retriable (>= 2.0, < 4.a)
rexml
google-apis-iam_v1 (0.50.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-monitoring_v3 (0.51.0)
@ -441,19 +437,16 @@ GEM
base64 (~> 0.2)
faraday (>= 1.0, < 3.a)
google-logging-utils (0.2.0)
googleauth (1.16.2)
googleauth (1.17.1)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.2)
google-logging-utils (~> 0.1)
jwt (>= 1.4, < 4.0)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
pstore (~> 0.1)
signet (>= 0.16, < 2.a)
gssapi (1.3.1)
ffi (>= 1.0.1)
gyoku (1.4.0)
builder (>= 2.1.2)
rexml (~> 3.0)
hashie (4.1.0)
highline (3.1.2)
reline
@ -461,7 +454,7 @@ GEM
domain_name (~> 0.5)
httpclient (2.9.0)
mutex_m
i18n (1.14.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
inifile (3.0.0)
io-console (0.8.2)
@ -471,7 +464,7 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.19.4)
json (2.20.0)
jwt (3.2.0)
base64
kitchen-inspec (3.1.0)
@ -500,19 +493,15 @@ GEM
minitest (5.27.0)
mixlib-config (3.0.27)
tomlrb
mixlib-install (3.16.0)
mixlib-install (3.17.0)
mixlib-shellout
mixlib-versioning
ostruct
thor
mixlib-log (3.2.3)
ffi (>= 1.15.5)
mixlib-shellout (3.4.10)
chef-utils
mixlib-shellout (3.4.10-x64-mingw-ucrt)
chef-utils
ffi-win32-extensions (~> 1.0.3)
win32-process (~> 0.9)
wmi-lite (~> 1.0)
mixlib-versioning (1.2.12)
mongo (2.13.2)
bson (>= 4.8.2, < 5.0.0)
@ -530,14 +519,12 @@ GEM
mutex_m (0.3.0)
net-scp (4.1.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-ssh (7.3.0)
net-ssh (7.3.2)
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.10-x64-mingw-ucrt)
racc (~> 1.4)
nori (2.7.1)
bigdecimal
options (2.3.2)
@ -550,7 +537,7 @@ GEM
parslet (1.8.2)
pastel (0.8.0)
tty-color (~> 0.5)
pp (0.6.3)
pp (0.6.4)
prettyprint
prettyprint (0.2.0)
prism (1.9.0)
@ -561,7 +548,8 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
reline (>= 0.6.0)
psych (5.3.1)
pstore (0.2.1)
psych (5.4.0)
date
stringio
public_suffix (6.0.2)
@ -579,7 +567,7 @@ GEM
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.4.1)
retriable (3.8.0)
rexml (3.4.4)
roo (2.9.0)
nokogiri (~> 1)
@ -646,13 +634,15 @@ GEM
strings-ansi (0.2.0)
syslog (0.4.0)
logger
test-kitchen (3.9.1)
test-kitchen (4.0.0)
bcrypt_pbkdf (~> 1.0)
chef-utils (>= 16.4.35)
chef-winrm (>= 2.5.0, < 3.0)
chef-winrm-elevated (>= 1.0, < 2.0)
chef-winrm-fs (>= 1.0, < 2.0)
csv (~> 3.3)
ed25519 (~> 1.3)
irb (~> 1.15)
license-acceptance (>= 1.0.11, < 3.0)
mixlib-install (~> 3.6)
mixlib-shellout (>= 1.2, < 4.0)
net-scp (>= 1.1, < 5.0)
@ -661,9 +651,6 @@ GEM
ostruct (~> 0.6)
syslog (~> 0.3)
thor (>= 0.19, < 2.0)
winrm (~> 2.0)
winrm-elevated (~> 1.0)
winrm-fs (~> 1.1)
thor (1.5.0)
timeliness (0.3.10)
tomlrb (2.0.4)
@ -801,41 +788,18 @@ GEM
uber (0.1.0)
unicode-display_width (2.6.0)
unicode_utils (1.4.0)
win32-process (0.10.0)
ffi (>= 1.0.0)
winrm (2.3.9)
builder (>= 2.1.2)
erubi (~> 1.8)
gssapi (~> 1.2)
gyoku (~> 1.0)
httpclient (~> 2.2, >= 2.2.0.2)
logging (>= 1.6.1, < 3.0)
nori (~> 2.0, >= 2.7.1)
rexml (~> 3.0)
rubyntlm (~> 0.6.0, >= 0.6.3)
winrm-elevated (1.2.3)
erubi (~> 1.8)
winrm (~> 2.0)
winrm-fs (~> 1.0)
winrm-fs (1.3.5)
erubi (~> 1.8)
logging (>= 1.6.1, < 3.0)
rubyzip (~> 2.0)
winrm (~> 2.0)
wisper (2.0.1)
wmi-lite (1.0.7)
PLATFORMS
ruby
x64-mingw-ucrt
DEPENDENCIES
inspec!
kitchen-docker!
kitchen-inspec (= 3.1.0)
kitchen-salt (= 0.7.2)
net-ssh (= 7.3.0)
test-kitchen (= 3.9.1)
net-ssh (= 7.3.2)
test-kitchen (= 4.0.0)
BUNDLED WITH
2.3.7