Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignoring link checking for Azure links and updating OWASP Zap link #308

Closed
wants to merge 1 commit into from

Conversation

walteck
Copy link
Contributor

@walteck walteck commented Oct 11, 2023

No description provided.

@walteck walteck requested a review from a team as a code owner October 11, 2023 19:47
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@@ -24,7 +24,7 @@
- Understand cloud supplier SLAs.
- Make systems self-healing.
- Prefer technologies which are resilient by default.
- Favour global-scoped (e.g. [CloudFront](https://aws.amazon.com/cloudfront/) or [Front Door](https://azure.microsoft.com/en-gb/pricing/details/frontdoor/)) or region-scoped services (e.g. [S3](https://aws.amazon.com/s3/), [Lambda](https://aws.amazon.com/lambda/), [Azure Functions](https://azure.microsoft.com/en-gb/services/functions/)) to availability-zone (AZ) scoped (e.g. [VMs](https://azure.microsoft.com/en-gb/services/virtual-machines/), [RDS DBs](https://aws.amazon.com/rds/)) or single-instance services (e.g. [EC2 instance storage](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html)).
- Favour global-scoped (e.g. [CloudFront](https://aws.amazon.com/cloudfront/) or [Front Door](https://azure.microsoft.com/en-gb/pricing/details/frontdoor/)) or region-scoped services (e.g. [S3](https://aws.amazon.com/s3/), [Lambda](https://aws.amazon.com/lambda/), <!-- markdown-link-check-disable -->[Azure Functions](https://azure.microsoft.com/en-gb/services/functions/)) to availability-zone (AZ) scoped (e.g. [VMs](https://azure.microsoft.com/en-gb/services/virtual-machines/)<!-- markdown-link-check-enable-->, [RDS DBs](https://aws.amazon.com/rds/)) or single-instance services (e.g. [EC2 instance storage](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html)).
Copy link
Contributor

Choose a reason for hiding this comment

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

These issues seem to be intermittent and are not specific to these links. Can we set the markdown-check-links workflow to continue on error and use it for feedback only?

@regularfry
Copy link
Contributor

@walteck you might want this, which seems to be a bit more reliable. I'll be interested to see if it becomes intermittent over time.

Two observations at this point:

  1. We are tying correctness of our own changes to state we don't control. Someone else can make our pipeline break and that's not great. But also it's a check at a single point in time, where what we really want is continuous monitoring.
  2. The failures we have seen are false positives.

@walteck
Copy link
Contributor Author

walteck commented Nov 6, 2024

These changes have already made it into main through another route therefore I would propose we close this PR and branch. @regularfry any objections?

@regularfry
Copy link
Contributor

Yes, these are fixed elsewhere.

@regularfry regularfry closed this Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants