jeffreytolar
jeffreytolar
#2704 changed the logic from "PR jobs are completely independent of their parent jobs" to "PR jobs are force-disabled if their parent jobs are disabled". Given that #2704 was opened...
[PR comments](https://docs.screwdriver.cd/user-guide/metadata#pull-request-comments) are a handy way of viewing tool output on PR builds. One common use for this is to show the output of linters or static analysis tools; however,...
We use `requests` with multiple mTLS client certificates - each certificate is signed by the same CA, but they have different subjects - each subject has different permissions. Each distinct...
[CKV_AWS_61](https://github.com/bridgecrewio/checkov/blob/main/checkov/terraform/checks/resource/aws/IAMRoleAllowAssumeFromAccount.py) checks only for root account principals. That (in my view) falsely flags cases that limit access with a condition: ```terraform resource "aws_iam_role" "role" { name = "my-role" assume_role_policy =...