It took a full day of trial with #AWS #IAM policy permissions, but managed to get #bref updated with fully #TerraForm'ed permissions and #GitHubActions secrets
It took a full day of trial with #AWS #IAM policy permissions, but managed to get #bref updated with fully #TerraForm'ed permissions and #GitHubActions secrets
New post that shows how you can operationalize fabric-cicd to work with Microsoft Fabric and GitHub Actions.
Since I got asked if this post was available whilst I was helping at the ask the experts panel during The Microsoft Fabric Community Conference. #fabriccicd #GitHubActions #MicrosoftFabric
Wow, breaking news! Did you know you can use any program as a GitHub Actions shell?
Next, we'll find out you can set your toaster as a CI/CD pipeline.
https://yossarian.net/til/post/any-program-can-be-a-github-actions-shell/ #GitHubActions #ToasterCI #CDpipeline #BreakingNews #TechInnovation #HackerNews #ngated
Check out my latest blog post on how I was able to run a QEMU/KVM virtual machine in a GitHub Actions workflow to test my app EtchDroid.
In the true spirit of DevOps, this setup automates testing of complex interactions with hardware, eliminating the need for manual testing and freeing up valuable time for the fun parts: innovation and development of new functionality.
By bridging virtualization and CI/CD, this work demonstrates how modern DevOps practices can streamline development workflows and improve software quality.
Read more here: https://blog.depau.eu/2025/04/05/android-usb-testing-with-qemu-kvm/
Also check out my app EtchDroid: https://etchdroid.app/
Compromised SpotBugs Token Led to GitHub Actions Supply Chain Hack – Source: www.securityweek.com https://ciso2ciso.com/compromised-spotbugs-token-led-to-github-actions-supply-chain-hack-source-www-securityweek-com/ #rssfeedpostgeneratorecho #ApplicationSecurity #SupplyChainSecurity #CyberSecurityNews #securityweekcom #GitHubactions #securityweek #supplychain
Whoa, this is wild: a supply chain attack using GitHub Actions *nearly* nailed Coinbase. Seriously intense stuff!
Turns out, all it took was a swiped Personal Access Token (PAT). If you're wondering, think of a PAT as basically the master key to GitHub... get your hands on one, and you can cause some *major* havoc.
Speaking from my pentesting experience, it's often the tiny details that lead to the biggest breaches. So, definitely double-check those GitHub Actions workflows and *please*, rotate your PATs regularly! Remember, Security by Design isn't just some fancy term – it's absolutely essential. And let's be clear: automated scans are *not* the same as a real penetration test. Sorry, not sorry.
Anyone else run into similar situations? What tools are you folks using to lock down your CI/CD pipelines? Drop your thoughts below!
Compromised SpotBugs Token Led to GitHub Actions Supply Chain Hack https://www.securityweek.com/compromised-spotbugs-token-led-to-github-actions-supply-chain-hack/ #ApplicationSecurity #SupplyChainSecurity #GitHubactions #SupplyChain
Compromised SpotBugs Token Led to GitHub Actions Supply Chain Hack https://www.securityweek.com/compromised-spotbugs-token-led-to-github-actions-supply-chain-hack/ #ApplicationSecurity #SupplyChainSecurity #GitHubactions #SupplyChain
"CodeQLEAKED – Public Secrets Exposure Leads to Supply Chain Attack on GitHub CodeQL"
Oh joy, another thrilling exposé on the riveting world of disk I/O in GitHub Actions. Because clearly, what the internet needed was a dissertation on how slow pipelines are a mystery waiting to be solved by the heroes of... *checks notes*... #iostat.
Let's sprinkle some cookies and call it a day.
https://depot.dev/blog/uncovering-disk-io-bottlenecks-github-actions-ci #diskIO #GitHubActions #slowPipelines #techExposé #developerHumor #HackerNews #ngated
Disk I/O bottlenecks in GitHub Actions
https://depot.dev/blog/uncovering-disk-io-bottlenecks-github-actions-ci
Just got both Apple Distribution & Installer certs working in GitHub Actions CI for macOS. The only reliable way? Combine them into one .p12.
Full write-up: msicc.net/ci-ready-…
#AppleDev #macOS #CI #GitHubActions #Notarization
#CI #github il est désormais possible d'utiliser des versions "free-threaded" de #Python (sans le global interpreter lock, qui bride la façon de faire de l'exécution concurrente) dans les #githubactions
https://hugovk.dev/blog/2025/free-threaded-python-on-github-actions/
BREAKING: You have 5 days until #DockerHub transforms into the landlord of your worst nightmares. But fear not, if you run your GitHub Actions on overpriced, molasses-slow machines, salvation awaits! Apparently, paying more for less is the 2025 motto.
️
https://www.blacksmith.sh/blog/you-have-5-days-before-the-new-dockerhub-limits-f-ck-you-over #GitHubActions #TechNews #SoftwareDevelopment #DevOps #HackerNews #ngated
Oh no, not another soul lost in the GitHub Actions Bermuda Triangle . Apparently, someone decided it was a great idea to leave the backdoor open to their secret garden of mysteries. Who needs secure coding practices when you can just sprinkle some malicious pixie dust and watch chaos ensue?
https://alexwlchan.net/2025/github-actions-audit/ #GitHubActions #SecurityBreach #CodingPractices #SoftwareDevelopment #TechHumor #DevOps #HackerNews #ngated
Nous avons tous nos bonnes pratiques lorsqu'il s'agit de créer un nouveau #projet #Python, avec l'utilisation de patterns et d'outils éprouvés : lint avec #ruff et #mypy, hooks avec #precommit, tests avec #pytest, intégration continue #githubactions : https://github.com/neubig/starter-repo
Libre à chaque personne de faire évoluer le porojet selon ses propres goûts et contraintes.
GitHub Actions now supports free-threaded Python!
I wrote up how to add it your workflows so you can start testing free-threaded Python 3.13 and 3.14 with either actions/setup-python or actions/setup-uv.
https://hugovk.dev/blog/2025/free-threaded-python-on-github-actions/