Releases: studiographene/php-ci
Release list
End Of Support
End Of Support:
For the new workflow ref: PhP-CI
As an extended support this workflow is made to continue to work, but again this workflow calls the new above reusable workflows
What's Changed
Full Changelog: v1.2.0...v3.0.0
Features: Moved jobs to steps, OSV, SAST reports update
What:
Features :
- Jobs divided into Security Scans, Technology Based Scans, and Codium Scan
- Moved Jobs to Steps
- OSV Dependency Scan report to publish in PR.
- SAST Scan fails the job in there are findings.
- Codium pr_agent scan runs on issue comment.
Why:
info:
Feature: Trivy container scan
What:
Feature
Trivy container scan
No changes needed from users side on workflow to use this new feature. Container scan will run in the Docker build Job.
Why:
info:
Full Changelog: v1.1.0...v1.2.0
v1.1.0: PR_Agent action as a job, LicenseScan output as PR commit and bug fix
What:
Fix: Bug fix for LicenseScan
Feature: LicenseScan report output in PR comment and pr_agent job added
Why:
info: Add run_pr_agent: true in caller workflow to enable the job.
Example -
name: studiographene-ci
on:
pull_request: {}
workflow_dispatch:
jobs:
call-workflow:
uses: studiographene/php-ci/.github/workflows/ci.yml@master
with:
project_name: microservice-boilerplate
run_pr_agent: true
secrets: inherit
permissions: write-all
Fix: CI utility directory ref
What:
Fix:
CI utility directory ref
Why:
info:
[DO NOT USE][ERROR] First release
What:
First release