Skip to content

Bump alpine from 3.17.2 to 3.21.3#21

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/docker/alpine-3.21.3
Open

Bump alpine from 3.17.2 to 3.21.3#21
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/docker/alpine-3.21.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 17, 2025

Copy link
Copy Markdown

Bumps alpine from 3.17.2 to 3.21.3.

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 3.17.2 to 3.21.3

Bumps alpine from 3.17.2 to 3.21.3.

---
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 Feb 17, 2025
@sourcery-ai

sourcery-ai Bot commented Feb 17, 2025

Copy link
Copy Markdown

Reviewer's Guide by Sourcery

This pull request updates the base image in the Dockerfile from Alpine 3.17.2 to 3.21.3. This ensures that the Docker image is running on a more up-to-date and secure version of Alpine Linux.

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

File-Level Changes

Change Details Files
The base image for the Dockerfile has been updated to a newer version of Alpine Linux.
  • The base image was updated from alpine:3.17.2 to alpine:3.21.3.
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. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the 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 exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

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 Feb 17, 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.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ 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.
  • @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

codiumai-pr-agent-free Bot commented Feb 17, 2025

Copy link
Copy Markdown

CI Feedback 🧐

(Feedback updated until commit 9f0a3e1)

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Run Go tests (macos-latest)

Failed stage: Run make test [❌]

Failed test name: test

Failure summary:

The action failed because multiple tests in the test suite failed:

1. Test_Ignores - Expected 0 items but found 9 items in the result array, and expected 0 but got 1
in another assertion
2. Test_Flag_IncludeIgnored - Expected 0 but got 1
3.
Test_Flag_CustomCheckUrlNotFound - Expected 43 items but found 45 items
4. Test_Flag_CustomCheckUrl
- Expected 55 items but found 57 items
5. Test_Issue_1661 - Results incorrectly contained
'aws-rds-enable-performance-insights-encryption' when it should not have

These failures appear to be related to the handling of security check rules and ignores in the
tfsecurity project.

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

641:  go: downloading github.com/subosito/gotenv v1.4.2
642:  go: downloading gopkg.in/ini.v1 v1.67.0
643:  go: downloading github.com/magiconair/properties v1.8.7
644:  go: downloading github.com/pelletier/go-toml/v2 v2.0.6
645:  go: downloading github.com/mattn/go-colorable v0.1.12
646:  go: downloading github.com/gdamore/encoding v1.0.0
647:  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
648:  go: downloading github.com/OneOfOne/xxhash v1.2.8
649:  go: downloading github.com/pkg/errors v0.9.1
...

675:  go: downloading google.golang.org/grpc v1.56.3
676:  go: downloading google.golang.org/protobuf v1.30.0
677:  go: downloading github.com/go-git/go-git/v5 v5.11.0
678:  go: downloading github.com/sirupsen/logrus v1.9.0
679:  go: downloading github.com/go-git/go-billy/v5 v5.5.0
680:  go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
681:  go: downloading github.com/agnivade/levenshtein v1.1.1
682:  go: downloading go.opencensus.io v0.24.0
683:  go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
...

708:  �[32m✓�[0m  internal/pkg/custom (2.698s)
709:  �[33m∅�[0m  internal/pkg/formatter
710:  �[33m∅�[0m  internal/pkg/ignores
711:  �[33m∅�[0m  internal/pkg/legacy
712:  �[33m∅�[0m  internal/pkg/metrics
713:  �[33m∅�[0m  internal/pkg/updater
714:  �[31m✖�[0m  test (2m44.444s)
715:  �[33m∅�[0m  version
716:  make: *** [test] Error 1
717:  === �[31mFailed�[0m
718:  === �[31mFAIL�[0m: test Test_Ignores (2.18s)
719:  defaults_test.go:71: 
720:  Error Trace:	/Users/runner/work/tfsecurity/tfsecurity/test/defaults_test.go:71
721:  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
722:  Test:       	Test_Ignores
723:  defaults_test.go:72: 
724:  Error Trace:	/Users/runner/work/tfsecurity/tfsecurity/test/defaults_test.go:72
725:  Error:      	Not equal: 
726:  expected: 0
727:  actual  : 1
728:  Test:       	Test_Ignores
729:  === �[31mFAIL�[0m: test Test_Flag_IncludeIgnored (2.24s)
730:  flags_test.go:376: 
731:  Error Trace:	/Users/runner/work/tfsecurity/tfsecurity/test/flags_test.go:376
732:  Error:      	Not equal: 
733:  expected: 0
734:  actual  : 1
735:  Test:       	Test_Flag_IncludeIgnored
736:  === �[31mFAIL�[0m: test Test_Flag_CustomCheckUrlNotFound (2.24s)
737:  flags_test.go:500: 
738:  Error Trace:	/Users/runner/work/tfsecurity/tfsecurity/test/flags_test.go:500
739:  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
740:  Test:       	Test_Flag_CustomCheckUrlNotFound
741:  === �[31mFAIL�[0m: test Test_Flag_CustomCheckUrl (2.28s)
742:  flags_test.go:510: 
743:  Error Trace:	/Users/runner/work/tfsecurity/tfsecurity/test/flags_test.go:510
744:  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
745:  Test:       	Test_Flag_CustomCheckUrl
746:  === �[31mFAIL�[0m: test Test_Issue_1661 (2.15s)
747:  setup_test.go:195: 
748:  Error Trace:	/Users/runner/work/tfsecurity/tfsecurity/test/setup_test.go:195
749:  /Users/runner/work/tfsecurity/tfsecurity/test/issues_test.go:14
750:  Error:      	Should be false
751:  Test:       	Test_Issue_1661
752:  Messages:   	results should not have contained 'aws-rds-enable-performance-insights-encryption'
753:  DONE 131 tests, 5 failures in 211.504s
754:  ##[error]Process completed with exit code 2.

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.

1 participant