Skip to content

Bump alpine from 3.17.2 to 3.21.2#19

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/docker/alpine-3.21.2
Closed

Bump alpine from 3.17.2 to 3.21.2#19
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/docker/alpine-3.21.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 20, 2025

Copy link
Copy Markdown

Bumps alpine from 3.17.2 to 3.21.2.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by Sourcery

Build:

  • Update the base alpine image from version 3.17.2 to 3.21.2.

Bumps alpine from 3.17.2 to 3.21.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Jan 20, 2025
@sourcery-ai

sourcery-ai Bot commented Jan 20, 2025

Copy link
Copy Markdown

Reviewer's Guide by Sourcery

This pull request bumps the base docker image from alpine 3.17.2 to 3.21.2.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
The base docker image was updated to a newer version.
  • Updated the base image from alpine:3.17.2 to alpine:3.21.2
Dockerfile.scratch

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai

coderabbitai Bot commented Jan 20, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

@codiumai-pr-agent-free

Copy link
Copy Markdown

CI Failure Feedback 🧐

Action: Run Go tests (ubuntu-latest)

Failed stage: Run make test [❌]

Failed test name: Test_Ignores, Test_Flag_IncludeIgnored, Test_Flag_CustomCheckUrlNotFound, Test_Flag_CustomCheckUrl, Test_Issue_1661

Failure summary:

The test suite failed with 5 failing tests:
1. Test_Ignores: Expected 0 items but found 9 AWS S3
security rules
2. Test_Flag_IncludeIgnored: Expected 0 but got 1
3.
Test_Flag_CustomCheckUrlNotFound: Expected 43 items but found 45 security rules
4.
Test_Flag_CustomCheckUrl: Expected 55 items but found 57 security rules
5. Test_Issue_1661: Failed
because results incorrectly contained 'aws-rds-enable-performance-insights-encryption' rule

The failures appear to be related to incorrect handling of security rules and checks in the
tfsecurity tool, particularly around AWS S3 bucket configurations and custom check handling.

Relevant error logs:
1:  ##[group]Operating System
2:  Ubuntu
...

608:  �[32m✓�[0m  internal/pkg/custom (2.881s)
609:  �[33m∅�[0m  internal/pkg/formatter
610:  �[33m∅�[0m  internal/pkg/ignores
611:  �[33m∅�[0m  internal/pkg/legacy
612:  �[33m∅�[0m  internal/pkg/metrics
613:  �[33m∅�[0m  internal/pkg/updater
614:  �[31m✖�[0m  test (2m43.635s)
615:  �[33m∅�[0m  version
616:  === �[31mFailed�[0m
617:  === �[31mFAIL�[0m: test Test_Ignores (2.20s)
618:  defaults_test.go:71: 
619:  Error Trace:	/home/runner/work/tfsecurity/tfsecurity/test/defaults_test.go:71
620:  Error:      	"[{ aws-s3-block-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-policy      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-ignore-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-no-public-buckets      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-encryption-customer-key      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-logging      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-versioning      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-specify-public-access-block      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}}]" should have 0 item(s), but has 9
621:  Test:       	Test_Ignores
622:  defaults_test.go:72: 
623:  Error Trace:	/home/runner/work/tfsecurity/tfsecurity/test/defaults_test.go:72
624:  Error:      	Not equal: 
625:  expected: 0
626:  actual  : 1
627:  Test:       	Test_Ignores
628:  === �[31mFAIL�[0m: test Test_Flag_IncludeIgnored (2.17s)
629:  flags_test.go:376: 
630:  Error Trace:	/home/runner/work/tfsecurity/tfsecurity/test/flags_test.go:376
631:  Error:      	Not equal: 
632:  expected: 0
633:  actual  : 1
634:  Test:       	Test_Flag_IncludeIgnored
635:  === �[31mFAIL�[0m: test Test_Flag_CustomCheckUrlNotFound (2.33s)
636:  flags_test.go:500: 
637:  Error Trace:	/home/runner/work/tfsecurity/tfsecurity/test/flags_test.go:500
638:  Error:      	"[{ aws-ec2-enforce-http-token-imds      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-ec2-enable-at-rest-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-ec2-enforce-http-token-imds      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-ec2-enable-at-rest-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-policy      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-ignore-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-no-public-buckets      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-encryption-customer-key      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-policy      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-ignore-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-no-public-buckets      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-encryption-customer-key      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-policy      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-ignore-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-no-public-buckets      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-encryption-customer-key      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-policy      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-ignore-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-no-public-buckets      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-encryption-customer-key      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-policy      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-ignore-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-no-public-buckets      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-encryption-customer-key      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-logging      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-versioning      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-logging      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-logging      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-logging      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-logging      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-specify-public-access-block      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-specify-public-access-block      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-specify-public-access-block      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-specify-public-access-block      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-specify-public-access-block      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}}]" should have 43 item(s), but has 45
639:  Test:       	Test_Flag_CustomCheckUrlNotFound
640:  === �[31mFAIL�[0m: test Test_Flag_CustomCheckUrl (2.28s)
641:  flags_test.go:510: 
642:  Error Trace:	/home/runner/work/tfsecurity/tfsecurity/test/flags_test.go:510
643:  Error:      	"[{ custom-custom-cus001      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-ec2-enforce-http-token-imds      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-ec2-enable-at-rest-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { custom-custom-cus007      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-ec2-enforce-http-token-imds      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-ec2-enable-at-rest-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { custom-custom-cus004      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-policy      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-ignore-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-no-public-buckets      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-encryption-customer-key      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { custom-custom-cus004      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-policy      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-ignore-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-no-public-buckets      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-encryption-customer-key      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { custom-custom-cus004      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-policy      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-ignore-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-no-public-buckets      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-encryption-customer-key      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { custom-custom-cus005      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { custom-custom-cus003      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-policy      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-ignore-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-no-public-buckets      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-encryption-customer-key      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-block-public-policy      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-encryption      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-ignore-public-acls      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-no-public-buckets      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-encryption-customer-key      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { custom-custom-cus002      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-logging      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-versioning      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { custom-custom-cus002      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-logging      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { custom-custom-cus002      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-logging      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { custom-custom-cus002      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-logging      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { custom-custom-cus002      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-enable-bucket-logging      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-specify-public-access-block      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-specify-public-access-block      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-specify-public-access-block      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-specify-public-access-block      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}} { aws-s3-specify-public-access-block      []    %!s(bool=false) %!s(scan.Status=0)  { %!s(int=0) %!s(int=0)}}]" should have 55 item(s), but has 57
644:  Test:       	Test_Flag_CustomCheckUrl
645:  === �[31mFAIL�[0m: test Test_Issue_1661 (2.22s)
646:  setup_test.go:195: 
647:  Error Trace:	/home/runner/work/tfsecurity/tfsecurity/test/setup_test.go:195
648:  /home/runner/work/tfsecurity/tfsecurity/test/issues_test.go:14
649:  Error:      	Should be false
650:  Test:       	Test_Issue_1661
651:  Messages:   	results should not have contained 'aws-rds-enable-performance-insights-encryption'
652:  DONE 131 tests, 5 failures in 215.903s
653:  make: *** [Makefile:14: test] Error 1
654:  ##[error]Process completed with exit code 2.

✨ CI feedback usage guide:

The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
The tool analyzes the failed checks and provides several feedbacks:

  • Failed stage
  • Failed test name
  • Failure summary
  • Relevant error logs

In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

/checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"

where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

Configuration options

  • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
  • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
  • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
  • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
  • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

See more information about the checks tool in the docs.

@dependabot @github

dependabot Bot commented on behalf of github Feb 17, 2025

Copy link
Copy Markdown
Author

Superseded by #21.

@dependabot dependabot Bot closed this Feb 17, 2025
@dependabot dependabot Bot deleted the dependabot/docker/alpine-3.21.2 branch February 17, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants